Files @ 896fbddd5887
Branch filter:

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

branko
MAR-131: Refactored pipreqcheck tests in common role to be parametrised, part of preparing for adding Python 3 support.
---

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

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