this is line:
- set_fact: vwa_rl_policy=“{{VWA_UT_RL_Policy.stdout|from_json}}”
this is line:
You may be suffering from a limitation of the key=value syntax and how templating is performed.
When used with data like JSON that will return spaces, and when surrounding the value with double quotes, it will allow the resultant value, to break out of the assignment to the specified variable. An Example
Instead you can try to use single quotes, or use full YAML syntax like: