Files @ 834c3a4d591a
Branch filter:

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

branko
MAR-218: Use built-in module for diverting the ferm binary.
1
2
3
4
5
6
---

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