galaxy-aptup/tasks/main.yml

8 lines
110 B
YAML
Raw Normal View History

2019-01-31 13:39:39 +00:00
---
# tasks file for galaxy-aptup
- name: Apt update & upgrade
apt:
update_cache: yes
upgrade: yes