ansible/roles/certbot/handlers/main.yml
Otthorn 4a57dad8a6
Some checks failed
continuous-integration/drone/push Build is failing
use handlers
2021-01-19 23:19:25 +01:00

8 lines
209 B
YAML

---
- name: Reload nginx
service:
name: nginx
state: reloaded
- name: Generate certificates
shell: "certbot certonly --non-interactive --config /etc/letsencrypt/conf.d/{{ certbot.certname }}.ini"