Files @ a99958de73d9
Branch filter:

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

branko
MAR-152: Updated the php_website role to use new socket location.
---

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

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