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

9 lines
155 B
YAML
Raw Permalink Normal View History

2021-08-25 04:33:56 +00:00
- name: Run certbot
command: sh /opt/certbot/certbot-run.sh
- name: Restart haproxy
service:
name: haproxy
enabled: true
state: restarted