Fixing ansible certbot renew.

This commit is contained in:
Dessalines 2020-02-10 14:45:50 -05:00
parent f1392dc9a7
commit fbab5db85a
2 changed files with 2 additions and 2 deletions

2
ansible/lemmy.yml vendored
View File

@ -63,4 +63,4 @@
special_time=daily
name=certbot-renew-lemmy
user=root
job="certbot certonly --nginx -d '{{ domain }}' --deploy-hook 'docker-compose -f /peertube/docker-compose.yml exec nginx nginx -s reload'"
job="certbot certonly --nginx -d '{{ domain }}' --deploy-hook 'nginx -s reload'"

View File

@ -97,4 +97,4 @@
special_time=daily
name=certbot-renew-lemmy
user=root
job="certbot certonly --nginx -d '{{ domain }}' --deploy-hook 'docker-compose -f /peertube/docker-compose.yml exec nginx nginx -s reload'"
job="certbot certonly --nginx -d '{{ domain }}' --deploy-hook 'nginx -s reload'"