Hello,
I have a question, I want 2 use a URL that has to be dynamically generated. I will be providing the version as a variable to the URL. So here's what I am doing.
1. I have the url variable defined in defaults/main.yml like this
2. I have the variable version_no defined in the vars/main.yml file as below.
version_no:1.2.3
Please let me know if this is possible? If not, please suggest me some solution to achieve the same.