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
Today the role install the binary version of docker-compose if docker_compose_no_pip is set to true. Once installed it will not try to install it again because it skip those tasks if it finds the docker-compose file in the system.
Today the role install the binary version of docker-compose if
docker_compose_no_pip
is set totrue
. Once installed it will not try to install it again because it skip those tasks if it finds the docker-compose file in the system.Version Information
Role:
3.3.2
Actual Behavior
docker-compose --version
and you will see1.29.1
is installed.docker_compose_no_pip_version
to1.29.2
docker-compose --version
and you will see still see1.29.1
is installed.New/Changed Behavior
docker-compose --version
and you will see1.29.1
is installed.docker_compose_no_pip_version
to1.29.2
docker-compose --version
and you will see see1.29.2
is installed.The text was updated successfully, but these errors were encountered: