xoxys.packages/handlers/main.yml
Robert Kaussow 4cd5b0f89e
Some checks failed
continuous-integration/drone/push Build is failing
initial commit
2022-02-12 14:36:51 +01:00

13 lines
227 B
YAML

---
- name: Upgrade all packages
package:
name: "*"
state: latest
async: 1000
listen: __packages_upgrade
when: packages_upgrade_enabled | bool
tags:
- skip_ansible_later
become: True
become_user: root