Files @ a068ee154206
Branch filter:

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

branko
MAR-218: Update the Nextcloud version in usage instructions.
1
2
3
4
5
6
---

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