issue #10 thanks to cf-sewe
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
889377b507
commit
a290776eee
|
@ -240,6 +240,8 @@
|
|||
when: ('"No change" not in discovered_augenrules_check.stdout') or prelim_auditd_immutable_check.rc == 1
|
||||
ansible.builtin.command: augenrules --load
|
||||
changed_when: true
|
||||
failed_when: discovered_augenrule_load.rc not in [ 0, 1 ]
|
||||
register: discovered_augenrule_load
|
||||
|
||||
- name: Audit_immutable_fact
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue