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: