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

10 lines
162 B
YAML

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