mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 14:27:12 +00:00
Update 3.1.1
Signed-off-by: Frederick Witty <frederick.witty@gotyto.com>
This commit is contained in:
parent
173fbd3254
commit
e65df16f67
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@
|
|||
when:
|
||||
- "'kernel' in rhel9cis_ipv6_disable_method"
|
||||
- "'ipv6.disable=1' not in discovered_rhel9cis_3_1_1_ipv6_status.stdout"
|
||||
ansible.builtin.shell: grubby --update-kernel=ALL --args="ipv6.disable=1"
|
||||
ansible.builtin.command: grubby --update-kernel=ALL --args="ipv6.disable=1"
|
||||
changed_when: discovered_rhel9cis_3_1_1_ipv6_status.rc == 0
|
||||
|
||||
- name: "3.1.2 | PATCH | Ensure wireless interfaces are disabled"
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue