ansible/roles/nginx/handlers/main.yml

5 lines
65 B
YAML
Raw Normal View History

---
- name: Restart nginx
service: name=nginx state=restarted