From e7530cb5e57ea9dcc8ca02b992356b5d9a6cf292 Mon Sep 17 00:00:00 2001 From: alecsandru Date: Fri, 3 May 2024 19:47:41 +0000 Subject: [PATCH] Update 'prepare_k8s.yml' --- prepare_k8s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_k8s.yml b/prepare_k8s.yml index 908e000..f80c007 100644 --- a/prepare_k8s.yml +++ b/prepare_k8s.yml @@ -14,7 +14,7 @@ name: runc state: present - name: Install CNI Plugins - command: "{{ item }}" chdir=/tmp + command: "{{ item }} chdir=/tmp" with_items: - wget https://github.com/containernetworking/plugins/releases/download/v1.4.1/cni-plugins-linux-arm64-v1.4.1.tgz - mkdir -p /opt/cni/bin