소스 검색

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