Skip to content

Commit

Permalink
fix: scan sudoers all the time
Browse files Browse the repository at this point in the history
sudoers will be scanned every time since it's easier to have
the strucure generated every time
  • Loading branch information
radosroka committed Oct 17, 2024
1 parent d95ace7 commit bfd1267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfd1267

Please sign in to comment.