Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Feb 9, 2014
1 parent 5f9065d commit e8b4723
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 e8b4723

Please sign in to comment.