test: fix syntax for ansible lint

This commit is contained in:
Adrien Waksberg 2024-05-09 12:30:27 +02:00
parent 2c32003804
commit 951ec2a4c8
2 changed files with 4 additions and 4 deletions

View file

@ -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 }}'