Browse Source

when docker is installed, make it 1.8.2 to avoid issues

Matt Woodson 9 years ago
parent
commit
aac79af01e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/docker_storage_setup/tasks/main.yml

+ 1 - 1
roles/docker_storage_setup/tasks/main.yml

@@ -2,7 +2,7 @@
 - name: Ensure docker is installed
   action: "{{ ansible_pkg_mgr }} name={{ item }} state=present"
   with_items:
-  - docker
+  - docker-1.8.2
 
 # Docker doesn't seem to start cleanly the first time run
 #  when loopback (not directlvm) is configured. Putting in an