Skip to content
Snippets Groups Projects
Unverified Commit bf29ea55 authored by tenni's avatar tenni Committed by GitHub
Browse files

fix: flatcar bootstrap (#10363)

parent cafe4f13
No related branches found
No related tags found
No related merge requests found
...@@ -39,4 +39,8 @@ mv -n "${PYPY_FILENAME}" pypy3 ...@@ -39,4 +39,8 @@ mv -n "${PYPY_FILENAME}" pypy3
ln -s ./pypy3/bin/pypy3 python ln -s ./pypy3/bin/pypy3 python
$BINDIR/python --version $BINDIR/python --version
# install PyYAML
./python -m ensurepip
./python -m pip install pyyaml
touch $BINDIR/.bootstrapped touch $BINDIR/.bootstrapped
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
ntp_service_name: >- ntp_service_name: >-
{% if ntp_package == "chrony" -%} {% if ntp_package == "chrony" -%}
chronyd chronyd
{%- elif ansible_os_family == 'RedHat' -%} {%- elif ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk", "RedHat"] -%}
ntpd ntpd
{%- else -%} {%- else -%}
ntp ntp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment