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:
Klaas Demter
2025-10-22 08:29:46 +02:00
committed by GitHub
parent 413ab782a8
commit 9651a19805

View File

@@ -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: