Files @ 9dfb7c2ea2da
Branch filter:

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

branko
MAR-189: Drop the deprecaetd/unknown mutt options for test site:

- No longer works at least with mutt version coming with Debuan 10
Buster.
1
2
3
4
5
6
7
---

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