3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-19 06:33:24 +00:00

Install ntpd/systemd-timesync via com.devture.ansible.role.timesync

This commit is contained in:
Slavi Pantaleev
2022-11-04 16:33:22 +02:00
parent db19482d0c
commit 04c6c11561
11 changed files with 26 additions and 44 deletions

View File

@@ -39,9 +39,3 @@
name: docker
state: started
enabled: true
- name: "Ensure ntpd is started and autoruns"
ansible.builtin.service:
name: "{{ matrix_ntpd_service }}"
state: started
enabled: true