Files @ d6a8b9523eb6
Branch filter:

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

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

- Updated test playbook.
- Added tests related to time synchronisation.
1
2
3
4
5
6
---

- name: Restart MariaDB
  service:
    name: mysql
    state: restarted