Hi guys,

I'm stuck with an issue and hoping somebody can spot my mistake. I have a 
task like the following where I'm trying to specify a volume for the ec2 
instance.

  tasks:
    - name: Start instance
      ec2: image=ami-xxxx
           count=1
           aws_access_key=xxx
           aws_secret_key=yyy
.
.
           volumes='{ "device_name":/dev/sdb, "volume_size":"10" }'
           wait=true

No matter what syntax I try, ansible refuses to accept my specification. I 
can't specify a single, let alone multiple volumes. Can anybody tell me 
what the syntax should look like?

Many thanks!
iordan

-- 
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/08b3f198-f0fb-41ac-b909-d0e13b137db1%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to