masto-aio/ansible/roles/certbot/handlers/main.yaml

13 lines
181 B
YAML

---
- name: certbot up
command: docker compose up -d
args:
chdir: /srv/certbot
- name: certbot restart
command: docker compose restart
args:
chdir: /srv/certbot