fix cron job

5-trigger-hooks-after-certificate-renewal
HgO 2020-12-25 20:52:32 +01:00
parent a96f286f81
commit f2eaece8cb
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
user: root
name: acme-renew-cert
cron_file: acme-renew-cert
job: "{{ acme_script_bin }} -q {{ acme_config_file | quote }}"
job: "{{ acme_script_bin }} -q -c {{ acme_config_file | quote }}"
minute: "30"
hour: "2"
state: present