Only download kubeadm images where needed (#10899)

* Refactor of kubeadm images listing

Instead of setting multiples facts, we directly create the dict we need from
kubeadm output.

* Remove useless 'default' filters in roles/download

* Only download kubeadm images where needed
This commit is contained in:
Max Gautier
2024-02-08 10:14:45 +00:00
committed by GitHub
parent ad565ad922
commit 4b0a134bc9
3 changed files with 43 additions and 33 deletions

View File

@ -11,6 +11,7 @@ tags:
repository: https://github.com/kubernetes-sigs/kubespray
dependencies:
ansible.utils: '>=2.5.0'
community.general: '>=3.0.0'
build_ignore:
- .github
- '*.tar.gz'