mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-25 14:20:24 -07:00
Fix cleanup task
This commit is contained in:
parent
fedda296df
commit
eadf0a6643
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
mysql_db:
|
||||
<<: *mysql_params
|
||||
name: '{{ item }}'
|
||||
state: present
|
||||
state: absent
|
||||
loop:
|
||||
- data1
|
||||
- data2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue