Files @ 1f535da3e694
Branch filter:

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

branko
MAR-129: Updated backup_client tests to use variables from group_vars.
1
2
3
4
5
6
---

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