mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
add all tests accounts to the teardown task
This commit is contained in:
parent
5d305d3f81
commit
f1e7d960aa
1 changed files with 4 additions and 1 deletions
|
@ -251,7 +251,7 @@
|
||||||
- name: Mysql_info user_accounts | Cleanup user_accounts
|
- name: Mysql_info user_accounts | Cleanup user_accounts
|
||||||
community.mysql.mysql_user:
|
community.mysql.mysql_user:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
host: "user_accounts.com"
|
host_all: true
|
||||||
column_case_sensitive: true
|
column_case_sensitive: true
|
||||||
state: absent
|
state: absent
|
||||||
loop:
|
loop:
|
||||||
|
@ -260,8 +260,11 @@
|
||||||
- user_accounts_table
|
- user_accounts_table
|
||||||
- user_accounts_col
|
- user_accounts_col
|
||||||
- user_accounts_proc
|
- user_accounts_proc
|
||||||
|
- user_accounts_multi
|
||||||
|
- user_accounts_db
|
||||||
- user_accounts_usage_only
|
- user_accounts_usage_only
|
||||||
- user_accounts_columns_uppercase
|
- user_accounts_columns_uppercase
|
||||||
|
- user_accounts_multi_hosts
|
||||||
|
|
||||||
- name: Mysql_info user_accounts | Cleanup databases
|
- name: Mysql_info user_accounts | Cleanup databases
|
||||||
community.mysql.mysql_db:
|
community.mysql.mysql_db:
|
||||||
|
|
Loading…
Add table
Reference in a new issue