Skip to content

Commit

Permalink
Syntax adjustment for #28.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 10, 2015
1 parent 364cb3e commit e8575a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/secure-installation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Get list of hosts for root user
command: mysql -NBe 'SELECT Host from mysql.user WHERE User = "root" order by (Host="localhost") ASC'
- name: Get list of hosts for the root user.
command: mysql -NBe 'SELECT Host FROM mysql.user WHERE User = "root" ORDER BY (Host="localhost") ASC'
register: mysql_root_hosts
changed_when: false

Expand Down

0 comments on commit e8575a7

Please sign in to comment.