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

- Correction for updated Docker CE installation.

parent d243c2e7
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
- name: APT install
with_items:
- network-manager
- docker.io
- docker-ce
- ufw
- libdvdcss2
- vagrant
......@@ -84,11 +84,12 @@
- Restart Docker
- name: Configure Docker graph directory
lineinfile:
dest: /etc/default/docker
line: 'DOCKER_OPTS="--graph {{ docker_graph_directory }}"'
regexp: '^DOCKER_OPTS='
state: present
copy:
content: "{{ {'graph': docker_graph_directory}|to_json }}"
dest: /etc/docker/daemon.json
owner: root
group: root
mode: 0o0644
notify:
- Restart Docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment