mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Fix ntp installation on SLES and openSUSE (#10786)
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
ntp_service_name: >-
|
ntp_service_name: >-
|
||||||
{% if ntp_package == "chrony" -%}
|
{% if ntp_package == "chrony" -%}
|
||||||
chronyd
|
chronyd
|
||||||
{%- elif ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk", "RedHat"] -%}
|
{%- elif ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk", "RedHat", "Suse"] -%}
|
||||||
ntpd
|
ntpd
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
ntp
|
ntp
|
||||||
|
|||||||
Reference in New Issue
Block a user