cron module syntax

This commit is contained in:
René Mewißen
2025-04-26 18:48:37 +02:00
parent 75f34a253d
commit 24874f8161

View File

@@ -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