Files @ 896fbddd5887
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/roles/wsgihello/handlers/main.yml

branko
MAR-131: Refactored pipreqcheck tests in common role to be parametrised, part of preparing for adding Python 3 support.
1
2
3
4
5
6
---

- name: Restart wsgihello
  service:
    name: "wsgi.{{ testsite_domain }}"
    state: restarted