Compare commits

...

2 commits

Author SHA1 Message Date
Klaas Demter
238035c2eb
Merge 9651a19805 into 9343c6f56f 2025-10-22 08:29:48 +02:00
Klaas Demter
9651a19805
change result.failed==True to result is failed in check_permissions.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-10-22 08:29:46 +02:00

View file

@ -28,7 +28,7 @@
- name: Assert that the key deletion has failed - name: Assert that the key deletion has failed
ansible.builtin.assert: ansible.builtin.assert:
that: that:
- result.failed == True - result is failed
- name: Remove the file - name: Remove the file
ansible.builtin.file: ansible.builtin.file: