13 lines
181 B
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
|
|
|