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
When downgrading docker-compose the role checks the binary version and removes it successfully but never reinstalls the pinned binary version.
For example I have docker-compose 2.x installed and request 1.29.2. The 2.x binary is removed but 1.29.2 doesn't get installed until I run the role a second time.
Configured via docker_compose_version: 1.29.2 in group_vars.
When downgrading docker-compose the role checks the binary version and removes it successfully but never reinstalls the pinned binary version.
For example I have docker-compose 2.x installed and request
1.29.2
. The 2.x binary is removed but 1.29.2 doesn't get installed until I run the role a second time.Configured via
docker_compose_version: 1.29.2
in group_vars.Duplicate of auto-closed #350 .
The text was updated successfully, but these errors were encountered: