Hello Groups,
Is there any way that we can have a variable within a variable-file?
Example:
ansible-playbook -i localhost -e “test=var1 some=ex_1” -e “@files/dev/sample_ex_1.yml”
Desired:
ansible-playbook -i localhost -e “test=var1 some=ex_1” -e “@files/dev/sample_{{ some }}.yml”
Thank you…