forked from ansible-lockdown/RHEL9-CIS
variable naming
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
58d3bb4e41
commit
03e4b0e57f
3 changed files with 10 additions and 10 deletions
|
|
@ -13,7 +13,7 @@
|
|||
sysctl_set: true
|
||||
ignore_errors: true # noqa ignore-errors
|
||||
when:
|
||||
- flush_ipv4_route
|
||||
- rhel9cis_flush_ipv4_route
|
||||
- not system_is_container
|
||||
|
||||
- name: Sysctl flush ipv6 route table
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
value: '1'
|
||||
sysctl_set: true
|
||||
when:
|
||||
- flush_ipv6_route
|
||||
- rhel9cis_flush_ipv6_route
|
||||
- not system_is_container
|
||||
|
||||
- name: Systemd restart tmp.mount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue