-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating python-passlib assert #4277
Conversation
I guess my suggestion at #4285 is probably better. I'm not using rpm but a python command. Because passlib can be installed with "pip" for example, so RPM will not find the package. Am I wrong ? |
Yeah, while control host being other platforms is not something we explicitly support I'd prefer that anything that happens on the control host be as portable as possible. So I think attempting a python import is probably a better solution than relying on rpm. |
So I will close my PR and vote for yours |
aos-ci-test |
[merge] |
[test]ing while waiting on the merge queue |
Evaluated for openshift ansible test up to 219db68 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_openshift_ansible/156/) (Base Commit: a353d4d) |
[merge][severity: bug] |
flake openshift/origin#13980 |
Evaluated for openshift ansible merge up to 219db68 |
continuous-integration/openshift-jenkins/merge FAILURE (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_openshift_ansible/467/) (Base Commit: 109a54e) (Extended Tests: bug) |
@sdodson still happenning. Client's output:
Server's output:
this problem is fixed in ansible 2.40 and 2.3.2
|
Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1455310
Fixes #4111
Fixes #4287