Skip to content

Commit

Permalink
fix(bootstrap-os): do not install pkgs requirements on flatcar (#11224)
Browse files Browse the repository at this point in the history
Fix regression added in 663fcd1 for
flatcar nodes.

See: 663fcd1
  • Loading branch information
spnngl authored May 30, 2024
1 parent dedc006 commit 4b82e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes/preinstall/tasks/0070-system-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b82e90

Please sign in to comment.