diff --git a/.gitignore b/.gitignore index 8840c8f..4c698b7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ */__pycache__ *.pyc .cache - +.idea diff --git a/tasks/renew-cron.yml b/tasks/renew-cron.yml index 394a30e..5757a6c 100644 --- a/tasks/renew-cron.yml +++ b/tasks/renew-cron.yml @@ -2,7 +2,7 @@ - name: Add cron job for certbot renewal (if configured). cron: name: Certbot automatic renewal. - job: "{{ certbot_script }} renew {{ certbot_auto_renew_options }}" + job: "{{ certbot_auto_certbot_script }} renew {{ certbot_auto_renew_options }}" minute: "{{ certbot_auto_renew_minute }}" hour: "{{ certbot_auto_renew_hour }}" user: "{{ certbot_auto_renew_user }}"