Busybox-NTP only on Alpine
This commit is contained in:
parent
00d8d17a69
commit
5ae286d0da
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue