CI: Remove Flatcar specifics

We don't test Flatcar at all in CI, thus remove special handling for it.
This commit is contained in:
Max Gautier
2024-12-13 09:06:52 +01:00
parent f6d1c294d4
commit 86a949dc81
4 changed files with 7 additions and 40 deletions

View File

@@ -1,18 +1,10 @@
---
- name: Testcases checking nodes
hosts: kube_control_plane[0]
vars:
bin_dir: /usr/local/bin
tasks:
- name: Force binaries directory for Flatcar Container Linux by Kinvolk
set_fact:
bin_dir: "/opt/bin"
when: ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk"]
- name: Force binaries directory for other hosts
set_fact:
bin_dir: "/usr/local/bin"
when: not ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk"]
- import_role: # noqa name[missing]
name: cluster-dump