Procházet zdrojové kódy

when docker is installed, make it 1.8.2 to avoid issues

Matt Woodson před 9 roky
rodič
revize
aac79af01e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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