add all tests accounts to the teardown task

This commit is contained in:
Laurent Indermuehle 2023-10-13 08:54:49 +02:00
parent 5d305d3f81
commit f1e7d960aa
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -251,7 +251,7 @@
- name: Mysql_info user_accounts | Cleanup user_accounts
community.mysql.mysql_user:
name: "{{ item }}"
host: "user_accounts.com"
host_all: true
column_case_sensitive: true
state: absent
loop:
@ -260,8 +260,11 @@
- user_accounts_table
- user_accounts_col
- user_accounts_proc
- user_accounts_multi
- user_accounts_db
- user_accounts_usage_only
- user_accounts_columns_uppercase
- user_accounts_multi_hosts
- name: Mysql_info user_accounts | Cleanup databases
community.mysql.mysql_db: