We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364cb3e commit e8575a7Copy full SHA for e8575a7
tasks/secure-installation.yml
@@ -1,6 +1,6 @@
1
---
2
-- name: Get list of hosts for root user
3
- 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'
4
register: mysql_root_hosts
5
changed_when: false
6
0 commit comments