mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
fix: flatcar bootstrap (#10363)
This commit is contained in:
@@ -39,4 +39,8 @@ mv -n "${PYPY_FILENAME}" pypy3
|
||||
ln -s ./pypy3/bin/pypy3 python
|
||||
$BINDIR/python --version
|
||||
|
||||
# install PyYAML
|
||||
./python -m ensurepip
|
||||
./python -m pip install pyyaml
|
||||
|
||||
touch $BINDIR/.bootstrapped
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user