From 28544a47d548de834689c5d344fe6432806ce690 Mon Sep 17 00:00:00 2001 From: Jon Ellis Date: Tue, 7 Jun 2022 23:20:54 +0100 Subject: [PATCH] Don't validate file ownership --- tests/integration/targets/sudoers/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/targets/sudoers/tasks/main.yml b/tests/integration/targets/sudoers/tasks/main.yml index 7a898ef4e7..45dba497f7 100644 --- a/tests/integration/targets/sudoers/tasks/main.yml +++ b/tests/integration/targets/sudoers/tasks/main.yml @@ -158,8 +158,6 @@ - rule_1_stat.stat.exists - rule_1_stat.stat.isreg - rule_1_stat.stat.mode == '0440' - - rule_1_stat.stat.pw_name == 'root' - - rule_1_stat.stat.gr_name == 'root' - name: Check changed status ansible.builtin.assert: