Skip to content

Commit

Permalink
Merge pull request #4 from h4cc/patch-1
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
thebruce committed Feb 10, 2014
2 parents 5f9065d + e8b4723 commit d80502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-tasks/mysql-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tags: common

- name: MySQL | Delete anonymous MySQL server user for {{ server_hostname }}
action: mysql_user user="" host="{{ server_hostname }} state="absent"
action: mysql_user user="" host="{{ server_hostname }}" state="absent"
tags: common

- name: MySQL | Delete anonymous MySQL server user for localhost
Expand Down

0 comments on commit d80502a

Please sign in to comment.