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

10 lines
105 B
YAML
Raw Normal View History

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