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

10 lines
162 B
YAML
Raw Normal View History

2023-11-01 23:44:02 +00:00
- hosts: all
tasks:
- name: Perform system update
apt:
update_cache: true
upgrade: true
- hosts: all
roles:
- raspberrypi-kiosk