fix(bootstrap-os): do not install pkgs requirements on flatcar (#11252)

Fix regression added in 663fcd104c for
flatcar nodes.

See: 663fcd104c

Co-authored-by: Anthony Delannoy <adelannoy@wiremind.io>
This commit is contained in:
k8s-infra-cherrypick-robot
2024-05-31 02:41:33 -07:00
committed by GitHub
parent 6443d43bd4
commit 881452d0f9

View File

@ -82,5 +82,6 @@
until: pkgs_task_result is succeeded
retries: "{{ pkg_install_retries }}"
delay: "{{ retry_stagger | random + 3 }}"
when: not (ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk"] or is_fedora_coreos)
tags:
- bootstrap-os