Skip to content

Commit 7123005

Browse files
committed
testing
1 parent d92ea65 commit 7123005

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks/secure-installation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
mode: 0600
6464
when: mysql_install_packages | bool or mysql_root_password_update
6565

66+
- name: Wait Test
67+
pause:
68+
minutes: 1
69+
6670
- name: Get list of hosts for the anonymous user.
6771
command: mysql -NBe 'SELECT Host FROM mysql.user WHERE User = ""'
6872
register: mysql_anonymous_hosts

0 commit comments

Comments
 (0)