ansible/roles/moinmoin/handlers/main.yml

6 lines
90 B
YAML

---
- name: Restart uwsgi
ansible.builtin.service:
name: uwsgi
state: restarted