Fix monthly cron test mail
This commit is contained in:
parent
393cf41349
commit
1de4e4ef24
|
@ -28,5 +28,6 @@
|
||||||
ansible.builtin.cron:
|
ansible.builtin.cron:
|
||||||
name: "Monthly Test Mail"
|
name: "Monthly Test Mail"
|
||||||
minute: "0"
|
minute: "0"
|
||||||
|
hour: "0"
|
||||||
day: "1"
|
day: "1"
|
||||||
job: echo "Monthly cron test mail"
|
job: echo "Monthly cron test mail"
|
||||||
|
|
Loading…
Reference in a new issue