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

12 lines
192 B
YAML
Raw Normal View History

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