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

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