forked from ansible-lockdown/RHEL9-CIS
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
|
||||
|
||||
- name: "SECTION | 6.2.3 | Configure rsyslog"
|
||||
when: rhel9cis_syslog == 'rsyslog'
|
||||
when:
|
||||
- rhel9cis_syslog == 'rsyslog'
|
||||
- rhel9cis_rsyslog_ansiblemanaged
|
||||
ansible.builtin.import_tasks:
|
||||
file: cis_6.2.3.x.yml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue