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

14 lines
181 B
YAML
Raw Normal View History

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