Files @ eb172883f16d
Branch filter:

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

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

- At least in some cases GnuPG would otherwise fail to run.
---

- name: Restart nginx
  service:
    name: nginx
    state: restarted

- name: Restart PHP-FPM
  service:
    name: "{{ php_fpm_service_name }}"
    state: restarted