Skip to content

Commit c87e9c4

Browse files
committed
work round my.cnf local issue
1 parent 7123005 commit c87e9c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tasks/secure-installation.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,8 @@
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-
7066
- name: Get list of hosts for the anonymous user.
71-
command: mysql -NBe 'SELECT Host FROM mysql.user WHERE User = ""'
67+
shell: mysql -NBe 'SELECT Host FROM mysql.user WHERE User = ""'
7268
register: mysql_anonymous_hosts
7369
changed_when: false
7470
check_mode: no

0 commit comments

Comments
 (0)