Files @ 23bc0fa0d5c7
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/handlers/main.yml

branko
MAR-159: Added wsgi_requirements_in parameter to wsgi_website role:

- Added the parameter as optional.
- Updated role reference documentation.
- Updated release notes.
- Updated tests.
1
2
3
4
5
6
7
---

- name: Restart WSGI services
  service:
    name: "{{ item }}"
    state: restarted
  with_items: "{{ wsgi_services_to_restart }}"