-
Notifications
You must be signed in to change notification settings - Fork 141
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
[ansible/xray] Expect - extra characters after close-quote #424
Comments
@EmptyByte Thanks for raising this issue , Would you mind raising this as a Pull Request, Happy to take this in upcoming releases :) |
@EmptyByte I still see this issue after your suggested code ! can you please verify one more time Also, it doesn't impact install/upgrade flow , WDYT ? |
@chukka sorry, I could not test my assumption. This expect scenario is hard to manage (also it may not return the exit code and thus may not fail correctly. You can try to force quote:
to
Alternatively we may revisit the structure completely and print the results from these vars (giving the following more or less) ?
Then inside
|
Alternatively just use: |
The following error is returned when running tasks
Interactive with expect
:Ansible/ansible_collections/jfrog/platform/roles/xray/tasks/expect.yml
Maybe the task should have proper closing:
The text was updated successfully, but these errors were encountered: