test: fix syntax for ansible lint
This commit is contained in:
parent
2c32003804
commit
951ec2a4c8
2 changed files with 4 additions and 4 deletions
tasks
|
@ -37,7 +37,7 @@
|
|||
- name: Remove anonymous users
|
||||
community.mysql.mysql_user:
|
||||
name: ''
|
||||
host_all: yes
|
||||
host_all: true
|
||||
state: absent
|
||||
login_user: '{{ mariadb_user }}'
|
||||
login_password: '{{ mariadb_password }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue