Files @ 5ea45eee5187
Branch filter:

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

branko
MAR-124: Updated mail_forwarder test_tls_enforced_towards_relay_mail_server to be a bit robust against race condition.
---

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

- name: Restart php5-fpm
  service:
    name: php5-fpm
    state: restarted