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
camilamacedo86
changed the title
Gathering Facts / converge action stop to work after upgrade python version
Gathering Facts / converge action stop to work after upgrade python version from 2 to 3
Sep 20, 2019
I think we just need to set the ansible_python_interpreter inside the operator container to point to the python3 location, instead of the default /usr/bin/python. If we installed ansible with pip3, I believe merging this PR might fix it: operator-framework/operator-sdk#1828
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Detail any linters or test runners used:
Desired Behavior
After upgrade, the python version used in the solution from 2 to 3 all tests should still work as the coverage one.
Actual Behaviour
The coverage stop to work when the only change is the python version.
IMPORTANT
Do not pass ansible tags to non-converge playbooks #2187
The text was updated successfully, but these errors were encountered: