Explorar el Código

when docker is installed, make it 1.8.2 to avoid issues

Matt Woodson hace 9 años
padre
commit
aac79af01e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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