Hi Federico, can you show an example of your playbook? Boto is required where the module is run, so if you're using "local_action" or "hosts: localhost" you'll need boto installed from where you're running Ansible. However, if you're running the module on a remote host, you'll need to have boto installed there instead.
Hope that helps! On Tue, Sep 16, 2014 at 7:59 PM, Federico Aguirre < [email protected]> wrote: > Hi there.! > > I'm having a issue with a playbook using Route53 mod.! > > It fails saying: > ----------------------------------------------------------------- > msg: boto required for this module > > FATAL: all hosts have already failed -- aborting > ----------------------------------------------------------------- > > I'm using Max OSx 10.9.4 > > I've installed all as well as Ansible suggest. I've verified and I have > boto installed. > > Any suggestion? Anybody else have this issue? > > Thanks in advance.! > Fede > > -- > 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/94ef5907-f3f3-4a51-951a-3603786d232d%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/94ef5907-f3f3-4a51-951a-3603786d232d%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/CAMFyvFj20C_528%2B8Kop27DPP%2B2kXgFQzfNdBb4jEcUKGKvKpVA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
