computer-playbook/roles/nginx/handlers/main.yml

4 lines
76 B
YAML

---
- name: restart nginx
service: name=nginx state=restarted enabled=yes