-
Notifications
You must be signed in to change notification settings - Fork 48
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
"Run Ansible Remotely via ssh" doesn't close session #119
Comments
Another solution may be to reuse the session as stated in #73 |
@bbung thanks for reporting the issue. Consideration of not closing the ssh session is that let user do custom ssh tasking using this session. Re-use session is under working, will update later. |
reuse ssh terminal by settting |
Thank you, works like a charm. I figured a new maybe related issue though #149 |
Environment
Summary
Remote executing ansible scripts is not closing the sessions after the execution. This results in a endless session stack on the remote machine during development.
Reproduce steps
Expected Results
close each session after execution
Actual Results
session is not beeing closed
The text was updated successfully, but these errors were encountered: