From bfd126723b67f1655f4d263aad520e88cd54291b Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Wed, 16 Oct 2024 22:37:29 +0200 Subject: [PATCH] fix: scan sudoers all the time sudoers will be scanned every time since it's easier to have the strucure generated every time --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index f826c54..f32864c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,7 +7,7 @@ output_parsed_configs: true output_raw_configs: false # no_log: true - when: sudo_check_if_configured | bool +# when: sudo_check_if_configured | bool - name: Sudo is already configured - skip rest of role ansible.builtin.meta: end_host