barker/ansible/roles/nginx/handlers/main.yaml
Amritanshu 2495c24e1a Chore: Updated python dependencies
Chore: Updated angular to v19
Chore: Refactored ops with docker and ansible
2024-12-16 17:58:17 +05:30

7 lines
98 B
YAML

---
# Handlers for Nginx role
- name: Reload Nginx
service:
name: nginx
state: reloaded