forked from ansible-lockdown/RHEL9-CIS
Removed -automated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
83bd6cd87c
commit
50d4cd83aa
11 changed files with 2 additions and 28 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# warn_count the main variable for the number of warnings and each time a warn_control_id is added
|
||||
# the count increases by a value of 1
|
||||
- name: "NO CONTROL ID | AUDIT | Set fact for manual task warning."
|
||||
- name: "{{ warn_control_id }} | AUDIT | Set fact for manual task warning."
|
||||
ansible.builtin.set_fact:
|
||||
warn_control_list: "{{ warn_control_list }} [{{ warn_control_id }}]"
|
||||
warn_count: "{{ warn_count | int + 1 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue