From e6cd108bc54cf4a6d0c735ce6ef5d29e212de28e Mon Sep 17 00:00:00 2001 From: alecsandru Date: Fri, 3 May 2024 20:32:40 +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 3f856f8..d28e7c2 100644 --- a/prepare_k8s.yml +++ b/prepare_k8s.yml @@ -22,7 +22,7 @@ - name: Create containerd config copy: dest: /etc/containerd/config.toml - content: {{containerd_config}} + content: "{{ containerd_config }}" - name: Configure containerd command: "{{ item }} chdir=/etc/" with_items: