Преглед на файлове

Merge pull request #1708 from mwoodson/docker-bug

when docker is installed, make it 1.8.2 to avoid issues
Matt Woodson преди 9 години
родител
ревизия
9cb1b8ffe8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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