mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
QA Fixes
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
This commit is contained in:
parent
38a173546c
commit
acacb7a6bc
4 changed files with 6 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue