ansible-nginx/handlers/main.yml

12 lines
216 B
YAML
Raw Normal View History

2025-06-23 13:16:13 -04:00
# 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