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

8 lines
116 B
YAML
Raw Normal View History

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