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

- Use nice looking JSON, because why not.

parent 82d62b47
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: "{{ {'data-root': docker_graph_directory}|to_json }}" content: "{{ {'data-root': docker_graph_directory}|to_nice_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