4
0
Fork 0

Removed -automated

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-13 14:15:50 +00:00
parent 83bd6cd87c
commit 50d4cd83aa
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
11 changed files with 2 additions and 28 deletions

View file

@ -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 }}"