Skip to content

Commit

Permalink
Merge pull request #1 from ahelal/fixoldvar
Browse files Browse the repository at this point in the history
Update secure.yml - removal of old-style variables
  • Loading branch information
pjan committed Mar 28, 2014
2 parents bcd8ea2 + 450c2b0 commit d895a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mysql_user:
user: root
host: "{{item}}"
password: $mysql_root_password
password: "{{mysql_root_password}}"
with_items:
- "{{ansible_hostname}}"
- 127.0.0.1
Expand All @@ -16,7 +16,7 @@
mysql_user:
user: root
host: "{{item}}"
password: $mysql_root_password
password: "{{mysql_root_password}}"
with_items:
- 127.0.0.1
- ::1
Expand Down

0 comments on commit d895a6f

Please sign in to comment.