Skip to content
Snippets Groups Projects
Commit 82d62b47 authored by nimrod's avatar nimrod
Browse files

- 'graph' is deprecated, use 'data-root' instead.

parent 662b4c50
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
- name: Configure Docker graph directory
copy:
content: "{{ {'graph': docker_graph_directory}|to_json }}"
content: "{{ {'data-root': docker_graph_directory}|to_json }}"
dest: /etc/docker/daemon.json
owner: root
group: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment