mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
added rhel9cis_rsyslog_ansiblemanage conditional
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
4948d3cb09
commit
8d5a32bc39
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@
|
||||||
file: cis_6.2.2.x.yml
|
file: cis_6.2.2.x.yml
|
||||||
|
|
||||||
- name: "SECTION | 6.2.3 | Configure rsyslog"
|
- name: "SECTION | 6.2.3 | Configure rsyslog"
|
||||||
when: rhel9cis_syslog == 'rsyslog'
|
when:
|
||||||
|
- rhel9cis_syslog == 'rsyslog'
|
||||||
|
- rhel9cis_rsyslog_ansiblemanaged
|
||||||
ansible.builtin.import_tasks:
|
ansible.builtin.import_tasks:
|
||||||
file: cis_6.2.3.x.yml
|
file: cis_6.2.3.x.yml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue