ansible/roles/mail_certificates/handlers/main.yml
Solal Nathan 99a46af244
Some checks failed
continuous-integration/drone/push Build is failing
User handlers to run when something changed
2021-01-30 00:02:28 +01:00

3 lines
142 B
YAML

---
- name: Generate certificates
command: "certbot certonly --non-interactive --config /etc/letsencrypt/conf.d/{{ certbot.certname }}.ini"