# 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