mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
fixed changed_when for auditd sysctl
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
95d8152603
commit
40530c594c
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
shell: /bin/true
|
shell: /bin/true
|
||||||
args:
|
args:
|
||||||
warn: false
|
warn: false
|
||||||
changed_when: false
|
changed_when: true
|
||||||
check_mode: false
|
check_mode: false
|
||||||
notify: update sysctl
|
notify: update sysctl
|
||||||
when:
|
when:
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
args:
|
args:
|
||||||
warn: false
|
warn: false
|
||||||
notify: update auditd
|
notify: update auditd
|
||||||
changed_when: false
|
changed_when: true
|
||||||
check_mode: false
|
check_mode: false
|
||||||
when:
|
when:
|
||||||
- rhel9cis_rule_4_1_3 or
|
- rhel9cis_rule_4_1_3 or
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue