Skip to content
Snippets Groups Projects
Commit 9400d7be authored by xenofem's avatar xenofem
Browse files

Use full path for certbot-auto in cronjob

parent 7502bae8
Branches
No related tags found
1 merge request!13Use full path for certbot-auto in cronjob
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
cron: cron:
name: funkwhale_letsencrypt_renewal name: funkwhale_letsencrypt_renewal
special_time: weekly special_time: weekly
job: certbot-auto -v -n --renew certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }} job: /usr/local/bin/certbot-auto -v -n --renew certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }}
- name: "Create funkwhale proxy file" - name: "Create funkwhale proxy file"
when: funkwhale_nginx_managed when: funkwhale_nginx_managed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment