I have a playbook that calls get_url to download a file BUT the URL contains a backslash
I have tried double quotes, single quotes, \ escape sequences, etc. Have tried the many things found in Jinja2 and YAML escaping documents and nothing works. When I feed the URL through an ad hoc command, it downloads the file just fine.
Each time the playbook runs, the url contains a double backslash. How does one properly escape this?
Update: Below is the yml playbook file.
---
- hosts: jboss
remote_user: jboss
tasks:
- name: Get Ear file