Skip to content

Commit cda171c

Browse files
committed
updated var name
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
1 parent 93303bf commit cda171c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/section_7/cis_7.1.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
warn_control_id: '7.1.12'
221221
block:
222222
- 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 }}
223+
ansible.builtin.command: find {{ ubtu22cis_exclude_unowned_search_path }} {{ item.mount }} -xdev \( -nouser -o -nogroup \) {{ ubtu22cis_exclude_unowned_filesystem_types }}
224224
changed_when: false
225225
failed_when: false
226226
check_mode: false

0 commit comments

Comments
 (0)