Thank you Kai, that is exactly what I was doing wrong. Have a great day!

On Wednesday, June 21, 2017 at 5:37:04 AM UTC-7, Kai Stian Olstad wrote:
>
> On 21.06.2017 02:44, Michael Bushey wrote: 
> >   - name: AWS Bucket get last SQL dunp 
> >   hosts: localhost 
> >   gather_facts: no 
> >   connection: local 
> >   vars: 
> >     bucket: myuniquebucketname 
> >   tasks: 
> >     - name: AWS get bucket list 
> >       s3: 
> >         bucket: "{{ bucket }}" 
> >         mode: list 
> >       register: mysqldump_list 
> >       tags: aws, bucket 
> > 
> >     - debug: var="{{ mysqldump_list }}" 
>
> Wrong syntax. 
>
> var= take name of the variable not the content. 
>
> - debug: var=mysqldump_list 
>
> -- 
> Kai Stian Olstad 
>

-- 
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/b4172412-55aa-4f5c-8f7f-3bea010119db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to