From fa13b06b1f915179c71616c525196bde54bd740a Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 4 Nov 2024 17:15:33 +0000 Subject: [PATCH] lint updates Signed-off-by: Mark Bolwell --- tasks/prelim.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/prelim.yml b/tasks/prelim.yml index 1ec5ace..28292fb 100644 --- a/tasks/prelim.yml +++ b/tasks/prelim.yml @@ -161,19 +161,19 @@ - name: "PRELIM | Discover Gnome Desktop Environment" tags: - - always + - always ansible.builtin.stat: - path: /usr/share/gnome/gnome-version.xml + path: /usr/share/gnome/gnome-version.xml register: prelim_gnome_present - name: "PRELIM | Install dconf if gui installed" when: - - rhel9cis_gui + - rhel9cis_gui tags: - - always + - always ansible.builtin.package: - name: dconf - state: present + name: dconf + state: present - name: "PRELIM | AUDIT | Wireless adapter pre-requisites" when: