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/"