Pin pip docker version

Change-Id: Iee65af745b8c16e6f93acf121a0e3ba3613db288
This commit is contained in:
Sam Yaple 2018-02-07 19:57:03 -05:00
parent a169c97643
commit 9ad4fe0d41
No known key found for this signature in database
GPG Key ID: 9329D8A45034DAB9
2 changed files with 8 additions and 6 deletions

View File

@ -4,12 +4,13 @@
block: block:
# NOTE(SamYaple): https://github.com/ansible/ansible/issues/14131 # NOTE(SamYaple): https://github.com/ansible/ansible/issues/14131
- command: cp -r /home/zuul/.ansible_async /logs/async_logs - command: cp -r /home/zuul/.ansible_async /logs/async_logs
- command: journalctl -xb -u docker.service # FIXME(SamYaple): running this is causing the gate to hang
register: docker_daemon_log #- command: journalctl -xb -u docker.service
no_log: True # register: docker_daemon_log
- copy: # no_log: True
content: "{{ docker_daemon_log.stdout }}" #- copy:
dest: /logs/docker_daemon.log # content: "{{ docker_daemon_log.stdout }}"
# dest: /logs/docker_daemon.log
become: true become: true
- name: Copy logs - name: Copy logs

View File

@ -45,6 +45,7 @@
- python-pip - python-pip
- pip: - pip:
name: docker name: docker
version: 2.7.0
- docker_container: - docker_container:
name: registry name: registry
image: registry:2 image: registry:2