mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
fixed improved logic
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
40530c594c
commit
ca7b275c88
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
||||||
register: rhel_09_wifi_enabled
|
register: rhel_09_wifi_enabled
|
||||||
changed_when: rhel_09_wifi_enabled.stdout != "disabled"
|
changed_when: rhel_09_wifi_enabled.stdout != "disabled"
|
||||||
failed_when: false
|
failed_when: false
|
||||||
when: rhel_09_nmcli_available.rc == 0
|
|
||||||
|
|
||||||
- name: "3.5 | L1 | PATCH | Ensure wireless interfaces are disabled | Disable wifi if enabled"
|
- name: "3.5 | L1 | PATCH | Ensure wireless interfaces are disabled | Disable wifi if enabled"
|
||||||
shell: nmcli radio all off
|
shell: nmcli radio all off
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue