The containerd config values want the "".

This commit is contained in:
Andrea Dell'Amico 2026-01-08 00:27:19 +01:00
parent 974506d5fd
commit 07e888d36f
Signed by untrusted user: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

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