fix: improve SUSE detection

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-01 21:56:44 +02:00
parent 4332b6d1de
commit 1a481b7686
Signed by: mfocko
GPG key ID: 7C47D46246790496
2 changed files with 3 additions and 3 deletions
roles/user/shell/zsh/tasks

View file

@ -20,4 +20,4 @@
name: yad
state: present
become: true
when: ansible_distribution not in [ "AlmaLinux" ]
when: 'ansible_distribution not in [ "AlmaLinux" ] and "openSUSE" not in ansible_distribution'