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