The containerd config values want the "".
This commit is contained in:
parent
974506d5fd
commit
07e888d36f
|
|
@ -47,7 +47,7 @@
|
|||
community.general.ini_file:
|
||||
path: /etc/containerd/config.toml
|
||||
option: root
|
||||
value: "{{ docker_containerd_data_dir | default('/var/lib/containerd') }}"
|
||||
value: '"{{ docker_containerd_data_dir }}"'
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
|
|
|
|||
Loading…
Reference in New Issue