fix: turns legacy command into supported shell
This commit is contained in:
@@ -72,9 +72,8 @@
|
||||
- "::1"
|
||||
|
||||
- name: scripted version of mysql_secure_installation
|
||||
command: "{{ item }}"
|
||||
shell: "{{ item }}"
|
||||
args:
|
||||
warn: false
|
||||
creates: ~/mysql_secure_installation
|
||||
loop:
|
||||
- "mysql -e \"DELETE FROM mysql.user WHERE User='';\""
|
||||
|
Reference in New Issue
Block a user