fix: flatcar bootstrap (#10363)

This commit is contained in:
tenni
2023-08-18 18:14:29 +03:00
committed by GitHub
parent cafe4f1352
commit bf29ea55cf
2 changed files with 5 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
ntp_service_name: >-
{% if ntp_package == "chrony" -%}
chronyd
{%- elif ansible_os_family == 'RedHat' -%}
{%- elif ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk", "RedHat"] -%}
ntpd
{%- else -%}
ntp