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