Fix the state config key.
This commit is contained in:
parent
bb7b34db85
commit
012292c6fd
|
|
@ -59,7 +59,7 @@
|
||||||
- name: docker_setup | Set the containerd state directory
|
- name: docker_setup | Set the containerd state directory
|
||||||
community.general.ini_file:
|
community.general.ini_file:
|
||||||
path: /etc/containerd/config.toml
|
path: /etc/containerd/config.toml
|
||||||
option: root
|
option: state
|
||||||
value: '"{{ docker_containerd_state_dir }}"'
|
value: '"{{ docker_containerd_state_dir }}"'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue