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