Files @ eb172883f16d
Branch filter:

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

branko
Noticket: Fix the invocation of GnuPG to use the --no-tty option:

- At least in some cases GnuPG would otherwise fail to run.
1
2
3
4
5
6
7
---

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