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