forked from ansible-lockdown/RHEL9-CIS
updated handler conditional
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
b68e8a3cdd
commit
c494559882
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
||||||
shell: sysctl --system
|
shell: sysctl --system
|
||||||
args:
|
args:
|
||||||
warn: false
|
warn: false
|
||||||
|
when:
|
||||||
|
- sysctl_updated.changed
|
||||||
|
|
||||||
- name: sysctl flush ipv4 route table
|
- name: sysctl flush ipv4 route table
|
||||||
become: true
|
become: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue