Files @ d6a8b9523eb6
Branch filter:

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

branko
MAR-127: Added tests for time synchronisation (NTP) implementation:

- Updated test playbook.
- Added tests related to time synchronisation.
---

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

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