docker-ansible icon indicating copy to clipboard operation
docker-ansible copied to clipboard

ERROR: No matching distribution found for ansible==5.1.0

Open GabLeRoux opened this issue 2 years ago • 1 comments

For some reason, my requires.io watch wasn't active anymore. I enabled it again, received #53 and pipeline fails with following error:

ERROR: No matching distribution found for ansible==5.1.0

followed by

error: failed to solve: process "/bin/sh -c apk add --update --no-cache     --virtual .build-deps     make     gcc     python3-dev     && pip install --no-cache-dir --upgrade pip     && pip install --no-cache-dir -r requirements.txt     && apk del .build-deps" did not complete successfully: exit code: 1

https://github.com/GabLeRoux/docker-ansible/runs/4780013696?check_suite_focus=true

:shrug: I'll investigate this a bit.

GabLeRoux avatar Jan 11 '22 19:01 GabLeRoux