Housekeeping;Disable crontab w/ reboot-followup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-09 22:49:14 +02:00
parent c0953acefe
commit 990534618b
6 changed files with 13 additions and 2 deletions

View File

@ -11,7 +11,7 @@
mode: o+x
- name: Create @reboot crontab job
ansible.builtin.cron:
name: "firstboot"
name: firstboot
special_time: reboot
job: "/opt/firstboot/firstboot.sh"
- name: Copy payload folder