mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 14:45:28 +01:00
change result.failed==True to result is failed in check_permissions.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
413ab782a8
commit
9651a19805
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
- name: Assert that the key deletion has failed
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- result.failed == True
|
||||
- result is failed
|
||||
|
||||
- name: Remove the file
|
||||
ansible.builtin.file:
|
||||
|
|
|
|||
Loading…
Reference in a new issue