Move containerd_version to defaults/main.yml (#8379)

All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
This commit is contained in:
Kenichi Omichi
2022-01-09 01:47:12 -08:00
committed by GitHub
parent 52266406f8
commit 51bd9bee0d
3 changed files with 5 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ arch=${ARCH}
image_arch=${IMAGE_ARCH}
ansible_system=${ANSIBLE_SYSTEM}
ansible_architecture=${ANSIBLE_ARCHITECTURE}
host_os=${ANSIBLE_SYSTEM}
EOF
# generate all component version by $DOWNLOAD_YML