Fix the state config key.

This commit is contained in:
Andrea Dell'Amico 2026-01-08 13:15:16 +01:00
parent bb7b34db85
commit 012292c6fd
Signed by untrusted user: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
- name: docker_setup | Set the containerd state directory
community.general.ini_file:
path: /etc/containerd/config.toml
option: root
option: state
value: '"{{ docker_containerd_state_dir }}"'
owner: root
group: root