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:
# NOTE(SamYaple): https://github.com/ansible/ansible/issues/14131
- command: cp -r /home/zuul/.ansible_async /logs/async_logs
- command: journalctl -xb -u docker.service
register: docker_daemon_log
no_log: True
- copy:
content: "{{ docker_daemon_log.stdout }}"
dest: /logs/docker_daemon.log
# FIXME(SamYaple): running this is causing the gate to hang
#- command: journalctl -xb -u docker.service
# register: docker_daemon_log
# no_log: True
#- copy:
# content: "{{ docker_daemon_log.stdout }}"
# dest: /logs/docker_daemon.log
become: true
- name: Copy logs

View File

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