fix(system/base): fix openSUSE upgrades
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
3f09655707
commit
e4f00dc77c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue