ansible/roles/django-cas/handlers/main.yml

6 lines
74 B
YAML

---
- name: Restart uwsgi
service:
name: uwsgi
state: restarted