diff --git a/roles/el/tasks/packages-gui.yml b/roles/el/tasks/packages-gui.yml index 5b79d9a..8af4a2a 100644 --- a/roles/el/tasks/packages-gui.yml +++ b/roles/el/tasks/packages-gui.yml @@ -36,7 +36,7 @@ packages: - gnome-shell-extension-dash-to-dock - gnome-tweaks - when: gnome_shell.stat.exists and ansible_distribution_major_version == 8 + when: gnome_shell.stat.exists and ansible_distribution_major_version == '8' - name: Install Gnome packages (EL 9) become: true ansible.builtin.dnf: @@ -47,4 +47,4 @@ - gnome-extensions-app - gnome-shell-extension-dash-to-dock - gnome-tweaks - when: gnome_shell.stat.exists and ansible_distribution_major_version == 9 + when: gnome_shell.stat.exists and ansible_distribution_major_version == '9'