ansible/roles/ubuntu_base/tasks/upgrade.yml

7 lines
117 B
YAML
Raw Normal View History

# vim: ft=yaml.ansible
2018-05-08 19:09:24 +00:00
---
- name: update and upgrade system via apt
apt:
update_cache: yes
upgrade: full