-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Editing workflow breaks extra_vars #4293
Comments
Possible duplicate of #4303 |
@blindrood you'll have to provide some more information to help us reproduce this issue. Can you describe the setup of the job template being referenced in the workflow? What fields are promptable? Does it have a survey? If possible can you provide a gif or screenshot of the error being reproduced? |
We've upgraded awx to 6.1. Extra pipe no longer appears. |
Manipulated a workflow with both JSON and YAML formatted extra vars. Created and edited the workflow with different variables. There does not appear to be any strange output by the application anymore. 👍 |
…_log missing f"" on log statement
ISSUE TYPE
SUMMARY
Editing workflow generates lots of issues with extra vars on job templates
ENVIRONMENT
STEPS TO REPRODUCE
Edit existing workflow template.
EXPECTED RESULTS
Everything is working as on v3
ACTUAL RESULTS
Workflow designer to some jobs adds pipe to extra vars, like this:
Causing error: Failed to parse variables. Attempted to parse yaml. Parser did not return an object.
On other jobs it splits extra vars content char by char generating list of numbered, one char vars, like this:
https://gist.github.com/blindrood/156a73d31654114508bff7307ef2fdd1
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: