Files @ 91b633aba998
Branch filter:

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

branko
MAR-129: Fixed linting in database_server and its tests and moved test variables into group_vars.
---

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

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