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 d92ea65 commit 7123005Copy full SHA for 7123005
tasks/secure-installation.yml
@@ -63,6 +63,10 @@
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 = ""'
72
register: mysql_anonymous_hosts
0 commit comments