ansible/roles/nginx-reverse-proxy/handlers/main.yml
Hadrien Patte 5f08a7522e
Fix: blank lines and trailing spaces
Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
2019-03-02 12:07:48 +01:00

7 lines
115 B
YAML

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