Syntax adjustment for #28.

This commit is contained in:
Jeff Geerling
2015-04-10 15:43:06 -05:00
parent 364cb3ef34
commit e8575a76c3

View File

@@ -1,6 +1,6 @@
--- ---
- name: Get list of hosts for root user - 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' command: mysql -NBe 'SELECT Host FROM mysql.user WHERE User = "root" ORDER BY (Host="localhost") ASC'
register: mysql_root_hosts register: mysql_root_hosts
changed_when: false changed_when: false