pibox-ansible/ansible/00-install-updates.yml

10 lines
105 B
YAML

---
- name: Update the system
become: true
hosts: pibox
roles:
- role: apt-update-system
...