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/CAJ5XC8mDKwyJw3Vywn4j1L%3DWKy%2BjW3KOVZ_tUDvt%2BN9%2BpyNPag%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
