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

Fix regression added in 663fcd104c for
flatcar nodes.

See: 663fcd104c
pull/11199/head
spnngl 2024-05-30 15:34:25 +02:00 committed by GitHub
parent dedc00661a
commit 4b82e90dcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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