Browse Source

Fix ntp installation on SLES and openSUSE (#10786)

pull/10794/head
Gaëtan Trellu 10 months ago
committed by GitHub
parent
commit
747d8bb4c2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/preinstall/tasks/0081-ntp-configurations.yml

2
roles/kubernetes/preinstall/tasks/0081-ntp-configurations.yml

@ -30,7 +30,7 @@
ntp_service_name: >-
{% if ntp_package == "chrony" -%}
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
{%- else -%}
ntp

Loading…
Cancel
Save