1
0
Fork 0
ansible-raspberrypi-kiosk/site.yaml

12 lines
192 B
YAML

- hosts: all
become: true
tasks:
- name: Perform system update
apt:
update_cache: true
upgrade: dist
- hosts: all
become: true
roles:
- raspberrypi-kiosk