You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently installation of docker-compose in this role uses the api.github.com to determine latest version. This API is limited to number of requests so in bigger environments that uses this the request limit might be reached and causes the request to fail.
Docker compose successfully downloaded and installed.
Actual Behavior
Task Get latest release of docker-compose failed
Steps to Reproduce
---
- name: Test install of Docker compose not using PiPhosts: test-hostvars:
docker_compose: truedocker_compose_no_pip: trueroles:
- haxorof.docker-ce
...
References
The text was updated successfully, but these errors were encountered:
# Uses Github API to lookup latest version of docker composedocker_compose_no_pip_detect_version: true# Docker compose version to use if no automatic lookup is useddocker_compose_no_pip_version: 1.24.0
Currently installation of docker-compose in this role uses the api.github.com to determine latest version. This API is limited to number of requests so in bigger environments that uses this the request limit might be reached and causes the request to fail.
Ansible Version
Role Version
Role configuration
Expected Behavior
Docker compose successfully downloaded and installed.
Actual Behavior
Task
Get latest release of docker-compose
failedSteps to Reproduce
References
The text was updated successfully, but these errors were encountered: