ansible/roles/framadate/handlers/main.yml

6 lines
90 B
YAML

---
- name: restart nginx
ansible.builtin.service:
name: nginx
state: restarted