dalab-django/roles/nginxinc.nginx_unit/handlers/main.yml
2023-03-09 18:02:25 +03:00

13 lines
253 B
YAML

---
- name: (Handler - Amazon Linux/CentOS/Debian/RedHat/Ubuntu) Start NGINX Unit
service:
name: unit
state: started
enabled: yes
- name: (Handler - FreeBSD) Start NGINX Unit
service:
name: unitd
state: started
enabled: yes