ansible-nginx-certbot/handlers/main.yml

6 lines
73 B
YAML

---
- name: Restart nginx
service:
name: nginx
state: reloaded