-
Notifications
You must be signed in to change notification settings - Fork 153
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
'csh' shell plugin is broken with 'become' #204
Comments
Akasurde
added a commit
to Akasurde/ansible.posix
that referenced
this issue
Jun 9, 2021
Fixes: ansible-collections#204 Signed-off-by: Abhijeet Kasurde <[email protected]>
aminvakil
pushed a commit
to aminvakil/ansible.posix
that referenced
this issue
Jun 11, 2021
Fixes: ansible-collections#204 Signed-off-by: Abhijeet Kasurde <[email protected]>
1 task
1 task
This was referenced Aug 19, 2022
This was referenced Sep 14, 2022
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @agaffney on Mar 15, 2020 23:04
SUMMARY
Using the
csh
shell plugin withbecome
enabled causes an error. This error is due to code inplugins/become/__init__.py
referencing theECHO
andCOMMAND_SEP
vars from the shell plugin class, which are only defined inplugins/shell/sh.py
and those plugins that inherit from it. This has probably been broken for a while.ISSUE TYPE
COMPONENT NAME
csh
shell pluginANSIBLE VERSION
CONFIGURATION
N/A
OS / ENVIRONMENT
N/A
STEPS TO REPRODUCE
EXPECTED RESULTS
N/A
ACTUAL RESULTS
N/A
Copied from original issue: ansible/ansible#68241
The text was updated successfully, but these errors were encountered: