diff --git a/prepare_k8s.yml b/prepare_k8s.yml index 3b6bed6..d10d7e3 100644 --- a/prepare_k8s.yml +++ b/prepare_k8s.yml @@ -61,10 +61,9 @@ - name: Crictl setup copy: dest: /etc/crictl.yaml - content: {{ item }} - with_items: - "runtime-endpoint: unix:///run/containerd/containerd.sock" - "image-endpoint: unix:///run/containerd/containerd.sock" - "timeout: 2" - "debug: true" - "pull-image-on-create: false" \ No newline at end of file + content: | + runtime-endpoint: unix:///run/containerd/containerd.sock + image-endpoint: unix:///run/containerd/containerd.sock + timeout: 2 + debug: true + pull-image-on-create: false \ No newline at end of file