Perfect. Now its done it successfully. Thanks for your help. Really appreciate...!!!!
On Monday, 1 February 2016 14:59:16 UTC-8, Brian Coca wrote: > > if you export them on the remote machine, you won't have them on the local > one > > boto is a required library for the module and MUST be present on the > machine you execute the module on. > > There are always 2 machines involved with ansible tasks, the machine > you run 'ansible' on and the machine that runs the task itself. > normally the task runs on the remote target, exceptions to this are > when targeting localhost or using 'local_action/delegate_to: localhost > or connection: local' > > You seem to be confusing both hosts, I believe you want to execute the > cloudformation task (really an API call) for the target host but it > should run on your ansible 'master'. You need boto and authentication > working on that machine. > > > -- > Brian Coca > -- 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/ecca8a3e-30a2-403a-8911-5fe54d4906d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
