Rsyslog subsection corrected header(was using 4.2 logging name, instead of 4.2.1. rsyslog name)

Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
Ionut Pruteanu 2023-12-08 12:01:10 +02:00
parent 8405e67db2
commit d79bba53c6
No known key found for this signature in database
GPG key ID: 95B7D43B702B3569

View file

@ -18,7 +18,7 @@
ansible.builtin.import_tasks:
file: cis_4.1.4.x.yml
- name: "SECTION | 4.2 | Configure Logging"
- name: "SECTION | 4.2.1 | Configure rsyslog"
ansible.builtin.import_tasks:
file: cis_4.2.1.x.yml
when: rhel9cis_syslog == 'rsyslog'