ansible-roles/library/generic-tasks/debian-ubuntu-full-upgrade.yml

13 lines
223 B
YAML
Raw Normal View History

---
- hosts: all
remote_user: root
gather_facts: False
vars_files:
- ../vars/isti-global.yml
tasks:
- name: Update the apt cache
apt: update_cache=yes
- name: Run full upgrade
apt: upgrade=full