Busybox-NTP only on Alpine

This commit is contained in:
Sven Velt 2020-12-03 14:44:15 +01:00
parent 00d8d17a69
commit 5ae286d0da

View file

@ -1,4 +1,10 @@
---
- assert:
that:
- ansible_os_family|lower == "alpine"
fail_msg: "Busybox NTP supported only on Alpine. Patches welcome ;)"
- name: Template ntp.conf
template:
src: etc/busybox-ntp.conf.j2