From 3127db5a0f42706578f760370d1e2bbf0f2290ba Mon Sep 17 00:00:00 2001 From: alecsandru Date: Fri, 3 May 2024 20:26:23 +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 07e7763..9bf9627 100644 --- a/prepare_k8s.yml +++ b/prepare_k8s.yml @@ -21,7 +21,7 @@ register: containerd_config - name: Create containerd config copy: - dst: /etc/containerd/config.toml + dest: /etc/containerd/config.toml content: "{{containerd_config}}" - name: Configure containerd command: "{{ item }} chdir=/etc/"