You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I apply automation to configure extra_vars for job templates and workflow templates (and similar things for inventory sources) I see the web UI defaults to JSON view whereas before the automation it defaulted to the preferred YAML view.
In addition the module takes any yaml or text sent to it, and does a json dumps, and this is what is sent to the API
unfortunately this is not the result of what this collection does, but the behavior of the API expecting json.
now if you were to Open an RFE ticket and request that you can have a preference in the settings to default the GUI to yaml display for extra vars. I would be for that.
Summary
After I apply automation to configure extra_vars for job templates and workflow templates (and similar things for inventory sources) I see the web UI defaults to JSON view whereas before the automation it defaulted to the preferred YAML view.
Issue Type
Ansible, Collection, Controller details
Desired Behavior
It should update the extra_vars defaults but not change the web UI's default view of YAML.
Actual Behavior
Web UI shows JSON when the web pages load.
The text was updated successfully, but these errors were encountered: