mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Update tests/integration/targets/test_mysql_user/tasks/test_password_expire.yml
Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
This commit is contained in:
parent
e255551950
commit
379b25e8fa
1 changed files with 1 additions and 6 deletions
|
@ -163,12 +163,7 @@
|
|||
state: present
|
||||
register: result
|
||||
check_mode: True
|
||||
ignore_errors: true
|
||||
|
||||
- name: password_expire | Assert that check mode for user creation
|
||||
assert:
|
||||
that:
|
||||
- result.changed == true
|
||||
failed_when: result is not changed
|
||||
|
||||
- include_tasks: utils/remove_user.yml
|
||||
vars:
|
||||
|
|
Loading…
Add table
Reference in a new issue