Add cron entry for reboot script
This commit is contained in:
parent
4915a5e16d
commit
574831e955
1 changed files with 7 additions and 0 deletions
|
@ -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...
|
||||||
|
|
Loading…
Reference in a new issue