rhel_09 updates

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-24 11:02:32 +00:00
parent b5c57abc33
commit 0350e234fe
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
4 changed files with 43 additions and 43 deletions

View file

@ -64,13 +64,13 @@
changed_when: false
failed_when: false
check_mode: false
register: rhel_08_4_2_1_5_audit
register: rhel_09_4_2_1_5_audit
- name: "4.2.1.5 | AUDIT | Ensure logging is configured | rsyslog current config message out"
ansible.builtin.debug:
msg:
- "These are the current logging configurations for rsyslog, please review:"
- "{{ rhel_08_4_2_1_5_audit.stdout_lines }}"
- "{{ rhel_09_4_2_1_5_audit.stdout_lines }}"
- name: "4.2.1.5 | PATCH | Ensure logging is configured | mail.* log setting"
ansible.builtin.blockinfile: