We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see ansible/ansible#81254
if the plugin sets the class attribute:
require_tty = True
It would automatically disable pipelining and avoid such errors
Bug Report
become/machinectl
$ ansible --version
all
$ ansible-galaxy collection list community.general
$ ansible-config dump --only-changed
N/A
Use machinectl become plugin + pipelining
it works TM
"msg": "MODULE FAILURE\nSee stdout/stderr for the exact error",
The text was updated successfully, but these errors were encountered:
Files identified in the description:
plugins/become/machinectl.py
If these files are incorrect, please update the component name section of the description or use the !component bot command.
component name
!component
click here for bot help
Sorry, something went wrong.
cc @None click here for bot help
Successfully merging a pull request may close this issue.
Summary
see ansible/ansible#81254
if the plugin sets the class attribute:
It would automatically disable pipelining and avoid such errors
Issue Type
Bug Report
Component Name
become/machinectl
Ansible Version
$ ansible --version
all
Community.general Version
$ ansible-galaxy collection list community.general
all
Configuration
$ ansible-config dump --only-changed
N/A
OS / Environment
N/A
Steps to Reproduce
Use machinectl become plugin + pipelining
Expected Results
it works TM
Actual Results
"msg": "MODULE FAILURE\nSee stdout/stderr for the exact error",
Code of Conduct
The text was updated successfully, but these errors were encountered: