Update registry.yml
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
- name: Install CNI_PLUGIN
|
- name: Install CNI_PLUGIN
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
mkdir -p /opt/cni/bin
|
mkdir -p /opt/cni/bin
|
||||||
wget hostvars[groups['all'][0]]['ip']/cni-plugins-linux-amd64-v1.3.0.tgz /opt/cni/bin/
|
wget {{ hostvars[groups['all'][0]]['ip'] }}/cni-plugins-linux-amd64-v1.3.0.tgz /opt/cni/bin/
|
||||||
tar -C /opt/cni/bin/ -vzxf /opt/cni/bin/cni-plugins-linux-amd64-v1.3.0.tgz
|
tar -C /opt/cni/bin/ -vzxf /opt/cni/bin/cni-plugins-linux-amd64-v1.3.0.tgz
|
||||||
|
|
||||||
- name: Load Registry image
|
- name: Load Registry image
|
||||||
|
|||||||
Reference in New Issue
Block a user