Oh, goodness. I can't believe I missed that. It works now that I put the register statement at the correct indentation.
Thanks! On Thursday, July 14, 2016 at 2:01:39 PM UTC-5, Scott Sturdivant wrote: > > Sounds like an indentation issue. It should be at the same level as > 'ec2_snapshot', not the keys underneath it. > > On Thu, Jul 14, 2016 at 12:53 PM Joanna Delaporte <[email protected] > <javascript:>> wrote: > >> I am using the ec2_snapshot module to make a snapshot of a volume. In the >> next task, I want to use that new snapshot to create a new volume for a >> different server. How do I get the new snapshot volume id from the >> ec2_snapshot module? It errored (unsupported parameter for module: >> register) when I tried to use register to catch output. >> >> - name: snapshot current backup volume >> ec2_snapshot: >> aws_access_key: "{{aws_key}}" >> aws_secret_key: "{{aws_secret}}" >> region: "{{aws_region}}" >> state: present >> wait: yes >> wait_timeout: 0 #0 means Never timeout(sec) >> description: "snapshot of xvdj from backup server taken >> {{ansible_date_time.iso8601}}" >> instance_id: "i-a34c2437" >> device_name: "/dev/xvdj" >> snapshot_tags: >> frequency: random >> >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/7063acaf-d0b6-462a-aa64-9380e7b7b277%40googlegroups.com >> >> <https://groups.google.com/d/msgid/ansible-project/7063acaf-d0b6-462a-aa64-9380e7b7b277%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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/a696f672-87b0-46c6-aae6-d25faa88abbd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
