add ntpd defaults

This commit is contained in:
Alin Trăistaru
2020-04-05 09:42:52 +03:00
parent 5cca71e8da
commit 604e581a97
6 changed files with 9 additions and 6 deletions

View File

@ -28,7 +28,7 @@
apt:
name:
- "python{{'3' if ansible_python.version.major == 3 else ''}}-docker"
- ntp
- "{{ matrix_ntpd_package }}"
- fuse
state: latest
update_cache: yes