Skip to content

Commit 3784d41

Browse files
radosrokarichm
authored andcommitted
fix: scan sudoers all the time
sudoers will be scanned every time since it's easier to have the strucure generated every time
1 parent 25188a7 commit 3784d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
output_parsed_configs: true
88
output_raw_configs: false
99
# no_log: true
10-
when: sudo_check_if_configured | bool
10+
# when: sudo_check_if_configured | bool
1111

1212
- name: Sudo is already configured - skip rest of role
1313
ansible.builtin.meta: end_host

0 commit comments

Comments
 (0)