Closed fzarifian closed 5 years ago
Cool addition, it will be tested somewhere later today.
After successful testing I'll merge.
Thanks @fzarifian!
A pleasure to contribute on your great job :)
Testing fails. If I'm correct, you have a list:
_docker_ce_arches:
- default: amd64
- x86_64: amd64
- aarch64: arm64
- armv7l: armhf
- s390x: s390x
- ppc64le: ppc64le
That should be a dictionary:
_docker_ce_arches:
default: amd64
x86_64: amd64
aarch64: arm64
armv7l: armhf
s390x: s390x
ppc64le: ppc64le
Please retry an extra commit.
You can also test locally using molecule test
.
fixed :)
should fail with centos-6 :
TASK [robertdebock.python_pip : update setuptools] *****************************
FAILED - RETRYING: update setuptools (3 retries left).
FAILED - RETRYING: update setuptools (2 retries left).
FAILED - RETRYING: update setuptools (1 retries left).
fatal: [docker_ce-centos-6]: FAILED! => {"attempts": 3, "changed": false, "cmd": ["/usr/bin/pip2", "install", "setuptools"], "msg": "\n:stderr: Traceback (most recent call last):\n File \"/usr/bin/pip2\", line 7, in <module>\n from pip._internal import main\n File \"/usr/lib/python2.6/site-packages/pip/_internal/__init__.py\", line 19, in <module>\n from pip._vendor.urllib3.exceptions import DependencyWarning\n File \"/usr/lib/python2.6/site-packages/pip/_vendor/urllib3/__init__.py\", line 8, in <module>\n from .connectionpool import (\n File \"/usr/lib/python2.6/site-packages/pip/_vendor/urllib3/connectionpool.py\", line 92\n _blocking_errnos = {errno.EAGAIN, errno.EWOULDBLOCK}\n ^\nSyntaxError: invalid syntax\n"}
PLAY RECAP *********************************************************************
docker_ce-centos-6 : ok=21 changed=7 unreachable=0 failed=1
Great job! Ready to merge.
pip does not work on CentOS-6, that's a know issue.
Signed-off-by: Fabien ZARIFIAN fabien.zarifian@nuevolia.fr
name: Pull request about: Describe the proposed change
Describe the change When installing on non amd64 on Debian-like distribution, docker installation should not work.
From my infrastructure :
Testing No idea how to test this with travis-ci