From 9651a198055cc1a37795f60e2dcad5c84a34a2d4 Mon Sep 17 00:00:00 2001 From: Klaas Demter Date: Wed, 22 Oct 2025 08:29:46 +0200 Subject: [PATCH] change result.failed==True to result is failed in check_permissions.yml Co-authored-by: Felix Fontein --- .../targets/authorized_key/tasks/check_permissions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/authorized_key/tasks/check_permissions.yml b/tests/integration/targets/authorized_key/tasks/check_permissions.yml index 0b64ef2..2d77059 100644 --- a/tests/integration/targets/authorized_key/tasks/check_permissions.yml +++ b/tests/integration/targets/authorized_key/tasks/check_permissions.yml @@ -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: