💡 Fix update role for xbps package manager
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2023-02-06 17:37:43 +01:00
parent e4bde9b433
commit ffd96d1de3

View File

@@ -25,7 +25,7 @@
- name: Update, upgrade and autoremove xbps packages
become: true
shell: xbps-install -Suv && xbps-remove -ROo
shell: xbps-install -ASuvy && xbps-remove -ROoy
when: package_manager == 'xbps' or 'xbps' in group_names
- name: Update and upgrade apk packages