Add cron entry for reboot script

This commit is contained in:
Stefan Haun 2022-07-23 19:26:37 +02:00
parent 4915a5e16d
commit 574831e955

View file

@ -99,6 +99,13 @@
- unstuck.sh - unstuck.sh
- sesame-open.sh - sesame-open.sh
- name: Install start-up cron
ansible.builtin.cron:
name: Start the gatekeeper services
job: "/home/{{ gatekeeper_user }}/reboot.sh"
user: "{{ gatekeeper_user }}"
special_time: reboot
- name: Download wiringPi library - name: Download wiringPi library
# WiringPi needs to be installed, but that library seems to be # WiringPi needs to be installed, but that library seems to be
# obsolete. We download something and hope it works... # obsolete. We download something and hope it works...