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

@@ -19,18 +19,9 @@
agent_report_interval: 10
netcheck_namespace: default
netchecker_port: 31081
bin_dir: "/usr/local/bin"
tasks:
- name: Force binaries directory for Container Linux by CoreOS and Flatcar
set_fact:
bin_dir: "/opt/bin"
when: ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk"]
- name: Force binaries directory on 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