diff --git a/Databases-templates/mysql-play.tpl b/Databases-templates/mysql-play.tpl index df0de7ba12c883f26373cd0b6a1f278729f82620..d8d78293f2837c6098d3f874e9a143018a0cc0bb 100644 --- a/Databases-templates/mysql-play.tpl +++ b/Databases-templates/mysql-play.tpl @@ -2,7 +2,7 @@ - hosts: DB become: yes vars_files: - - vars2.yml + - mysql-vars.yml pre_tasks: - name: Install MySQL diff --git a/Output-code/mysql-play.yml b/Output-code/mysql-play.yml index fcbfa712191d80ce3556782264d0a110c8649fa9..8025582e41ecc1a981e770280d832cc8f5cebaf1 100644 --- a/Output-code/mysql-play.yml +++ b/Output-code/mysql-play.yml @@ -2,7 +2,7 @@ - hosts: DB become: yes vars_files: - - vars2.yml + - mysql-vars.yml pre_tasks: - name: Install MySQL