mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-22 05:52:00 +01:00
This commit is contained in:
parent
bcd092ab7a
commit
43ba145325
1 changed files with 7 additions and 0 deletions
|
@ -113,3 +113,10 @@
|
||||||
hour: 13
|
hour: 13
|
||||||
day: 10
|
day: 10
|
||||||
job: /mnt/data/bin/healthcheck downloader /mnt/data/bin/download-lcl-checking
|
job: /mnt/data/bin/healthcheck downloader /mnt/data/bin/download-lcl-checking
|
||||||
|
- name: Cron - Download Octopus Energy proof of address
|
||||||
|
ansible.builtin.cron:
|
||||||
|
name: Download Octopus Energy proof of address
|
||||||
|
minute: 0
|
||||||
|
hour: 13
|
||||||
|
day: 15
|
||||||
|
job: /mnt/data/bin/healthcheck downloader /mnt/data/bin/download-octopus
|
||||||
|
|
Loading…
Reference in a new issue