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 7123005 commit c87e9c4Copy full SHA for c87e9c4
tasks/secure-installation.yml
@@ -63,12 +63,8 @@
63
mode: 0600
64
when: mysql_install_packages | bool or mysql_root_password_update
65
66
-- name: Wait Test
67
- pause:
68
- minutes: 1
69
-
70
- name: Get list of hosts for the anonymous user.
71
- command: mysql -NBe 'SELECT Host FROM mysql.user WHERE User = ""'
+ shell: mysql -NBe 'SELECT Host FROM mysql.user WHERE User = ""'
72
register: mysql_anonymous_hosts
73
changed_when: false
74
check_mode: no
0 commit comments