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
- name: Test using PiP to install SDK, compose and stackhosts: test-hostvars:
docker_users:
- vagrantdocker_sdk: truedocker_compose: truedocker_stack: trueroles:
- haxorof.docker_ce
Expected Behavior
Successful installation of Docker SDK and Ansible modules can be used related to Docker
This fails because PiP is available in rhel-server-rhscl-7-rpms which is not enabled but this still does not resolve it because scl needs to activate the python environment.
Installing Docker compose without PiP usage works as expected so for now just update the automated test to not execute the tests related to Docker SDK install with PiP.
Ansible Version
Role Version
Role configuration
Expected Behavior
Successful installation of Docker SDK and Ansible modules can be used related to Docker
Actual Behavior
This fails because PiP is available in
rhel-server-rhscl-7-rpms
which is not enabled but this still does not resolve it becausescl
needs to activate the python environment.Installing Docker compose without PiP usage works as expected so for now just update the automated test to not execute the tests related to Docker SDK install with PiP.
Steps to Reproduce
See above role config
References
The text was updated successfully, but these errors were encountered: