ansible/roles/nginx-reverse-proxy/handlers/main.yml

7 lines
115 B
YAML
Raw Normal View History

---
# Reload NGINX when a site changes
- name: Reload NGINX service
service:
name: nginx
state: reloaded