Ansible role for a bigbluebutton installation (following the documentation on https://docs.bigbluebutton.org/administration/install and https://github.com/bigbluebutton/bigbluebutton)
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 https://github.com/docker/docker-py/issues/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.
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 https://github.com/docker/docker-py/issues/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.