Remove pip of docker during image publishing

During the publish of an image post-merge, an error was being rasied due
to a conflict between the ansible-supplied docker-py and the pip
installed docker. This removes the pip installed docker to allow
publishing to proceed.

Change-Id: I6a1ff54ed2d2af85cbe44ed50b1c637dee9adf54
This commit is contained in:
Bryan Strassner 2018-07-31 15:57:15 -05:00
parent f4c724fbf1
commit 553acf139f
1 changed files with 0 additions and 3 deletions

View File

@ -68,9 +68,6 @@
with_items:
- docker-ce
- python-pip
- pip:
name: docker
version: 2.7.0
# NOTE(SamYaple): Allow all connections from containers to host so the
# containers can access the http server for git and wheels
- iptables: