For some reason, the ec2_asg module does not handle tags the same way as 
other modules.

Most modules let you do this:

tags:
   fred: wilma
   barney: betty

In the ec2_asg module, that results in an error message about not being 
able to convert a dict to a list.

In the ec2_asg module, I have to do something like this:

tags: [{fred: wilma}, {barney:betty}]

How can I do this automatically? How can I convert the former type to a 
variable I can use with ec2_asg?

Regards, k.

-- 
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 post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/6b99a6e5-6b05-4cff-9131-c95bd02955c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to