Different cronjob names to avoid conflicts

main
Georg Krause 2021-10-09 12:56:07 +02:00 committed by Gitea
parent 485963c52f
commit 2781a588fa
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
- name: Ensure monitoring data is updated
become: yes
cron:
name: "Update monitoring data each minute"
name: "Update acme.sh monitoring data each minute"
minute: "*/10"
hour: "*"
job: "/root/.acme.sh/certificate-validity.sh"