fix(system/base): fix openSUSE upgrades

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-09-09 15:23:08 +02:00
parent 3f09655707
commit e4f00dc77c
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -13,7 +13,7 @@
when: ansible_distribution in [ "AlmaLinux", "CentOS", "Fedora" ]
- name: Upgrade all packages with zypper
community.general.packaging.os.zypper:
community.general.zypper:
name: "*"
state: latest
when: ansible_distribution == "openSUSE"
when: "'openSUSE' in ansible_distribution"