This seems like you are possibly having boto installed in a virtualenv and need to set ansible_python_interpreter to the python that can find boto.
(Actually you just said this). A "vars_file" include of "settings.yml" or a "vars" entry would be reasonable. If using something like Tower, you can also add variables to the inventory that gets synced from your cloud provider. On Fri, Aug 22, 2014 at 1:25 PM, David Neudorfer < [email protected]> wrote: > James Cammarata was kind enough to update the S3 module in the devel > branch to handle errors better. Now when I run a command with the S3 module > the error returned is: > > p-backup01 | FAILED >> { > "failed": true, > "msg": "boto required for this module" > } > > > It seems similar to this issue > <https://groups.google.com/forum/#!msg/ansible-project/ftlmfIC1DHk/ZAQ9Nj4xPLsJ>. > I exported ANSIBLE_PYTHON_INTERPRETER as an environment variable and > still received the same error. > > export ANSIBLE_PYTHON_INTERPRETER=/opt/wp/virtualenv/hegemon/bin/python > > I'm using a dynamic inventory so I'm unable to add it there and I would > prefer to keep it out of group_vars. Does any one have any other > suggestions? > > -- > 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/9a677786-dbb3-4c19-b7b6-9d5047c18681%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/9a677786-dbb3-4c19-b7b6-9d5047c18681%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/CA%2BnsWgwQf9K0Ukzm4%2B_Ky4i13zPHSikukxFMvwdgkv9Yeo2%3Dfg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
