On 18.05.16 19:38 Eric S wrote: > when using ec2.results in a task i'm getting: > [DEPRECATION WARNING]: Skipping task due to undefined Error, in the future > this will be a fatal error.: 'dict object' has no attribute > 'results'.
You have no results in your dict ec2, apparently. Maybe you are registering the variable in the wrong way? Try adding a task before the one that fails: - debug: var=ec2 And check, what the output is... Johannes -- 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/573D712D.2040601%40ojkastl.de. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: OpenPGP digital signature
