Filetree_create - extra_vars export issue #856
Labels
bug
Something isn't working
filetree/filetree_create
new
New issue, this should be removed once reviewed
Summary
When
filetree_create
is executed, andjob_templates
or other objects capable of havingextra_vars
have a variable defined likevariable_name: 'https://{{ ip }}'
, it doesn't escape the brackets, as with this examplevariable_name: '{{ ip }}'
. In next step when usingfiletree_read
, error occurs.Issue Type
Ansible, Collection, Controller details
OS / ENVIRONMENT
Red Hat
Desired Behavior
Object is exported with escaped brackets.
Actual Behavior
STEPS TO REPRODUCE
url: 'https://{{ ip }}'
The text was updated successfully, but these errors were encountered: