mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-07 06:34:25 -07:00
tests: fix syntax
This commit is contained in:
parent
12a2bd358e
commit
8a0c09bb6b
3 changed files with 38 additions and 11 deletions
|
@ -12,5 +12,9 @@
|
|||
|
||||
# Test that subtract_privs will only revoke the grants given by priv
|
||||
# (https://github.com/ansible-collections/community.mysql/issues/331)
|
||||
- include_tasks: test_priv_subtract.yml enable_check_mode=no
|
||||
- include_tasks: test_priv_subtract.yml enable_check_mode=yes
|
||||
- include_tasks: test_priv_subtract.yml
|
||||
vars:
|
||||
enable_check_mode: no
|
||||
- include_tasks: test_priv_subtract.yml
|
||||
vars:
|
||||
enable_check_mode: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue