Bug 1858079
Summary: | using escalate privilage with a nil become_password causes playbooks to get stuck waiting for a password | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Nick LaMuro <nlamuro> |
Component: | Embedded Ansible | Assignee: | Nick LaMuro <nlamuro> |
Status: | CLOSED ERRATA | QA Contact: | Gaurav Talreja <gtalreja> |
Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | high | ||
Version: | 5.11.0 | CC: | dmetzger, mshriver, simaishi |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.11.8 | Flags: | simaishi:
cfme-5.11.z+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.8.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-09-30 14:01:07 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Bug | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Description
Nick LaMuro
2020-07-16 21:56:11 UTC
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/b90a4aed9d8c91a3e06768dc9e39b7ace2e60a8b commit b90a4aed9d8c91a3e06768dc9e39b7ace2e60a8b Author: Nick Carboni <ncarboni> AuthorDate: Thu Jun 18 13:33:56 2020 +0000 Commit: Satoe Imaishi <simaishi> CommitDate: Wed Aug 19 15:18:59 2020 +0000 Merge pull request #20282 from NickLaMuro/embedded_ansible_fix_ask_become_pass [Ansible::Runner] Fix --ask-become-method for machine credentials (cherry picked from commit 7e3a476285e26e3ff16abb76256bf18c31746bb8) https://bugzilla.redhat.com/show_bug.cgi?id=1858079 lib/ansible/runner.rb | 1 - lib/ansible/runner/credential/machine_credential.rb | 4 +- spec/lib/ansible/runner/credential/machine_credential_spec.rb | 24 +- spec/lib/ansible/runner_spec.rb | 2 +- 4 files changed, 23 insertions(+), 8 deletions(-) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: CloudForms 5.0.8 security, bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:4134 |