Move back iproute install to system_packages

Packages are now installed before network facts collection, so we can
install iproute with the rest.
This commit is contained in:
Max Gautier
2025-05-02 14:46:56 +02:00
parent 1e79c7b3cb
commit 5867fa1b9f
8 changed files with 4 additions and 78 deletions

View File

@@ -32,6 +32,10 @@ pkgs:
- "{{ ansible_distribution == 'Debian' }}"
- "{{ ansible_distribution_major_version in ['11', '12'] }}"
- "{{ 'k8s_cluster' in group_names }}"
iproute:
- "{{ ansible_os_family == 'RedHat' }}"
iproute2:
- "{{ ansible_os_family != 'RedHat' }}"
ipset:
- "{{ kube_proxy_mode != 'ipvs' }}"
- "{{ 'k8s_cluster' in group_names }}"