ansible/roles/framadate/handlers/main.yml

6 lines
74 B
YAML

---
- name: restart nginx
service:
name: nginx
state: restarted