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
Describe the bug
When installing BBB on a new server, Pip installs the latest version of the Docker package (7.0.0) which doesn't work with Ansible Docker Compose. The Ansible task "Start monitoring" fails with the error "Configuration error - kwargs_from_env() got an unexpected keyword argument 'ssl_version'".
This appears to be this issue docker/docker-py#3194
Can be fixed by Pip installing an older version of docker than 7.0.0.
To Reproduce
Steps to reproduce the behavior:
Setup a new Server or uninstall the Pip Docker package on an existing server.
Run the BBB role with all in one monitoring enabled.
Get the error from above.
Expected behavior
Ansible runs without errors.
The text was updated successfully, but these errors were encountered:
Describe the bug
When installing BBB on a new server, Pip installs the latest version of the Docker package (7.0.0) which doesn't work with Ansible Docker Compose. The Ansible task "Start monitoring" fails with the error "Configuration error - kwargs_from_env() got an unexpected keyword argument 'ssl_version'".
This appears to be this issue docker/docker-py#3194
Can be fixed by Pip installing an older version of docker than 7.0.0.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ansible runs without errors.
The text was updated successfully, but these errors were encountered: