fix: improve SUSE detection
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
4332b6d1de
commit
1a481b7686
2 changed files with 3 additions and 3 deletions
roles/user/shell/zsh/tasks
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue