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...

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/9c25ad83-3719-4b90-aa7a-04aa89f51f73n%40googlegroups.com.

Reply via email to