Skip to content

Commit

Permalink
Merge pull request #124 from arousseau-coveo/fix/cis-5-2-4-5-loop
Browse files Browse the repository at this point in the history
Fix/cis 5 2 4 5 loop
  • Loading branch information
MrSteve81 committed Dec 13, 2023
2 parents c10bca7 + a3df7a1 commit 4449780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_5/cis_5.2.4.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
ansible.builtin.file:
path: "{{ item.path }}"
mode: '0640'
loop: "{{ auditd_conf_files.files }}"
loop: "{{ auditd_conf_files.files|default([])}}"
loop_control:
label: "{{ item.path }}"
when:
Expand Down

0 comments on commit 4449780

Please sign in to comment.