Update 'prepare_k8s.yml'

master
alecsandru 9 months ago
parent 39c67f4874
commit f0ed252743
  1. 2
      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:

Loading…
Cancel
Save