Hi, 

I'm trying to spawn an EC2 instance through a role.
However, I can't get "instance_tags" to work when I try to pass in the 
value through a parameter.

group_vars/all:

ec2_instance_tags: '{"name":"test"}'

roles/ec2/tasks/main.yml:

- name: xx
  ec2:
    ...
    ...
    instance_tags: "{{ ec2_instance_tags }}"
  register: x

results in: msg: No handler was ready to authenticate. 1 handlers were 
checked. ['QuerySignatureV2AuthHandler'] Check your credentials (bit of a 
weird error message too).
I've played around with quoting for a while but I can't seem to work out 
how to do this... 

Any pointers are welcome :)

Thanks,
Nico


-- 
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/40cc9f80-5606-4c5c-b75c-079b583a9a49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to