5f08a7522e
Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
6 lines
115 B
YAML
6 lines
115 B
YAML
---
|
|
# Reload NGINX when a site changes
|
|
- name: Reload NGINX service
|
|
service:
|
|
name: nginx
|
|
state: reloaded
|