forked from ansible-lockdown/RHEL9-CIS
with_items to loop
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
466e88613e
commit
674e0fab16
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
mode: 0600
|
||||
register: sysctl_updated
|
||||
notify: Reload sysctl
|
||||
with_items:
|
||||
loop:
|
||||
- 60-kernel_sysctl.conf
|
||||
- 60-disable_ipv6.conf
|
||||
- 60-netipv4_sysctl.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue