Skip to content

Commit

Permalink
Fixed Linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: PrymalInstynct <[email protected]>
  • Loading branch information
PrymalInstynct committed Aug 25, 2024
1 parent 4a9f329 commit 7ed86f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@
- name: PRELIM | Discover Gnome Desktop Environment
tags:
- always
ansible.builtin.stat:
path: /usr/share/gnome/gnome-version.xml
register: rhel_09_gnome_present
ansible.builtin.stat:
path: /usr/share/gnome/gnome-version.xml
register: rhel_09_gnome_present

- name: PRELIM | Discover dconf systemdb
when:
Expand Down

0 comments on commit 7ed86f4

Please sign in to comment.