Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
This commit is contained in:
Frederick Witty 2025-06-16 17:18:08 -04:00
parent 38a173546c
commit acacb7a6bc
No known key found for this signature in database
GPG key ID: D29987C25A47D813
4 changed files with 6 additions and 11 deletions

View file

@ -191,8 +191,7 @@
- name: "PRELIM | PATCH | Install dconf if gui installed"
when: rhel9cis_gui
tags:
- always
tags: always
ansible.builtin.package:
name: dconf
state: present
@ -201,8 +200,7 @@
when:
- rhel9cis_rule_3_1_2
- not system_is_container
tags:
- always
tags: always
block:
- name: "PRELIM | AUDIT | Discover is wireless adapter on system"
ansible.builtin.command: find /sys/class/net/*/ -type d -name wireless