Hey,

I would like to tag aws machines, but use a variable for the value of the 
tag. Is that possible?

I.e. instead of:

instance_ids={"key1":"value1", "key2":"value2"}

I'd like to see something like:

instance_ids={"key1":"{{var1}}", "key2":"{{var2}}"}

It doesn't seem to be possible, but perhaps I'm not doing something right. 
I get an error:

failed: [localhost] => {"failed": true}
msg: unable to evaluate dictionary for instance_tags

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/474ac0a4-9e1f-45a8-ac03-86372eab3cec%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to