cron module syntax
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
name: "generate SSH key on reboot, if missing"
|
name: "generate SSH key on reboot, if missing"
|
||||||
job: '[[ -f /etc/ssh/ssh_host_* ]] || ssh-keygen -A'
|
job: '[[ -f /etc/ssh/ssh_host_* ]] || ssh-keygen -A'
|
||||||
state: present
|
state: present
|
||||||
reboot: true
|
special_time: reboot
|
||||||
|
|
||||||
# - name: system setup | cron | schedule automatic ansible provisioning
|
# - name: system setup | cron | schedule automatic ansible provisioning
|
||||||
# tags: cron
|
# tags: cron
|
||||||
|
|||||||
Reference in New Issue
Block a user