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
Hey,
I am going back to the PR that I've created here, the issue is still occurs, what I've did not notice that filetree_read is ignoring files that are not valid yaml files.
I have two resolution:
the one that I proposed in that PR.
swaping " to '.
If you guys have other idea, please let me know.
Issue Type
Bug Report
Ansible, Collection, Controller details
N/A
OS / ENVIRONMENT
N/A
Desired Behavior
Yaml files are properly exported.
Actual Behavior
Yaml file is not properly formated due to not escaped special characters.
STEPS TO REPRODUCE
Create job template with description: XXX "report" \\10.10.10.128\something$\whatever\yyy\zzz.
Export Job templates with filetree_create.
Use filetree_read to load the file.
The text was updated successfully, but these errors were encountered:
I've tested you proposal, but there are still issues with backslashes, I believe it would be simpler to escape ' than escaping everything that could be problematic.
Summary
Hey,
I am going back to the PR that I've created here, the issue is still occurs, what I've did not notice that filetree_read is ignoring files that are not valid yaml files.
I have two resolution:
"
to'
.If you guys have other idea, please let me know.
Issue Type
Ansible, Collection, Controller details
N/A
OS / ENVIRONMENT
N/A
Desired Behavior
Yaml files are properly exported.
Actual Behavior
Yaml file is not properly formated due to not escaped special characters.
STEPS TO REPRODUCE
XXX "report" \\10.10.10.128\something$\whatever\yyy\zzz.
The text was updated successfully, but these errors were encountered: