Skip to content

Commit

Permalink
Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed May 25, 2017
1 parent ea2d350 commit 23d8949
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/main-Generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
become: true
notify: restart docker

- name: Ensure /etc/docker directory exists
file:
path: /etc/docker
state: directory
mode: 0755
become: true

- name: Configure Docker daemon
copy:
content: "{{docker_daemon_config | to_nice_json}}"
Expand Down

0 comments on commit 23d8949

Please sign in to comment.