We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93303bf commit cda171cCopy full SHA for cda171c
1 file changed
tasks/section_7/cis_7.1.x.yml
@@ -220,7 +220,7 @@
220
warn_control_id: '7.1.12'
221
block:
222
- name: "7.1.12 | AUDIT | Ensure no files or directories without an owner and a group exist | Get list files or directories"
223
- ansible.builtin.command: find {{ ubtu22cis_exclude_unowned_search_path }} {{ item.mount }} -xdev \( -nouser -o -nogroup \) {{ deb12cis_exclude_unowned_filesystem_types }}
+ ansible.builtin.command: find {{ ubtu22cis_exclude_unowned_search_path }} {{ item.mount }} -xdev \( -nouser -o -nogroup \) {{ ubtu22cis_exclude_unowned_filesystem_types }}
224
changed_when: false
225
failed_when: false
226
check_mode: false
0 commit comments