hello,i tried to download a package with get_url ansible,but i have a problem.
The url contain some variables so i wrote like this.
- get_url: url=http://example.com/{{variable1}}/path/{{variable2}}.tar.gz dest=dest/to/path
But i couldn’t get the package.some help please.