Skip to content

Commit

Permalink
Update secure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelal committed Mar 27, 2014
1 parent bcd8ea2 commit 450c2b0
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 450c2b0

Please sign in to comment.