From 2600ee8af7d42d9319f97cb7442a78bc1b62fb5b Mon Sep 17 00:00:00 2001 From: alecsandru Date: Fri, 3 May 2024 19:46:01 +0000 Subject: [PATCH] Update 'prepare_k8s.yml' --- prepare_k8s.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare_k8s.yml b/prepare_k8s.yml index e4edba3..908e000 100644 --- a/prepare_k8s.yml +++ b/prepare_k8s.yml @@ -14,8 +14,8 @@ name: runc state: present - name: Install CNI Plugins - command chdir=/tmp {{ item }} - with items: + 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 - tar Cxzvf /opt/cni/bin cni-plugins-linux-arm64-v1.4.1.tgz