refactor: image var update for calico

!35
This commit is contained in:
2024-03-13 16:37:15 +09:30
parent 164b59c100
commit 826468fc42
4 changed files with 22 additions and 7 deletions

View File

@ -96,7 +96,7 @@
- name: Fetch Calico Kubectl Plugin
ansible.builtin.uri:
url: |-
https://github.com/projectcalico/calico/releases/download/{{ nfc_kubernetes_calico_version }}/calicoctl-linux-
https://github.com/projectcalico/calico/releases/download/{{ nfc_role_kubernetes_calico_version }}/calicoctl-linux-
{%- if cpu_arch.key == 'aarch64' -%}
arm64
{%- else -%}