4
0
Fork 0

lint updates

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-11-04 17:15:33 +00:00
parent b7963f7c11
commit fa13b06b1f
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -161,19 +161,19 @@
- name: "PRELIM | Discover Gnome Desktop Environment" - name: "PRELIM | Discover Gnome Desktop Environment"
tags: tags:
- always - always
ansible.builtin.stat: ansible.builtin.stat:
path: /usr/share/gnome/gnome-version.xml path: /usr/share/gnome/gnome-version.xml
register: prelim_gnome_present register: prelim_gnome_present
- name: "PRELIM | Install dconf if gui installed" - name: "PRELIM | Install dconf if gui installed"
when: when:
- rhel9cis_gui - rhel9cis_gui
tags: tags:
- always - always
ansible.builtin.package: ansible.builtin.package:
name: dconf name: dconf
state: present state: present
- name: "PRELIM | AUDIT | Wireless adapter pre-requisites" - name: "PRELIM | AUDIT | Wireless adapter pre-requisites"
when: when: