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

@ -0,0 +1,6 @@
- name: Disable crontab job
ansible.builtin.cron:
name: firstboot
state: absent
- name: Reboot host
reboot: