File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11---
2- cni__version : v1.0 .1
2+ cni__version : v1.5 .1
33cni__base_url : https://github.com/containernetworking/plugins/releases/download
4- cni__url : " {{ cni__base_url }}/{{ cni__version }}/cni-plugins-linux-amd64 -{{ cni__version }}.tgz"
5- cni__checksum_sha512_url : " {{ cni__base_url }}/{{ cni__version }}/cni-plugins-linux-amd64 -{{ cni__version }}.tgz.sha512"
4+ cni__url : " {{ cni__base_url }}/{{ cni__version }}/cni-plugins-linux-{{ cni__arch[ansible_architecture] }} -{{ cni__version }}.tgz"
5+ cni__checksum_sha512_url : " {{ cni__base_url }}/{{ cni__version }}/cni-plugins-linux-{{ cni__arch[ansible_architecture] }} -{{ cni__version }}.tgz.sha512"
66
77cni__configs : []
88# cni__configs:
Original file line number Diff line number Diff line change 11---
22cni__install_path : /opt/cni
3+ cni__arch :
4+ x86_64 : amd64
5+ aarch64 : arm64
You can’t perform that action at this time.
0 commit comments