ansible-nginx/handlers/main.yml

11 lines
216 B
YAML

# NibTech::nginx::handlers::main
# This handler is for the nginx process
# Role repository:
---
- name: restart nginx
ansible.builtin.systemd_service:
name: nginx
state: restarted
daemon_reload: true