1
0
Fork 0
home-stack-ansible/roles/haproxy/handlers/main.yml

9 lines
155 B
YAML

- name: Run certbot
command: sh /opt/certbot/certbot-run.sh
- name: Restart haproxy
service:
name: haproxy
enabled: true
state: restarted