xoxys.update/tasks/debian.yml
Robert Kaussow fc4cf5e2af
All checks were successful
continuous-integration/drone/push Build is passing
refactor task includes
2019-09-16 13:57:44 +02:00

8 lines
111 B
YAML

---
- name: Upgrade packages
apt:
update_cache: yes
upgrade: dist
become: True
become_user: root