Sounds like you have a crossed-up installation where something was partly make installed and then you are trying to run parts of ansible from source.
Do source ./hacking/env-setup or make sure traces of a previous installation were removed or installed consistently, and you should be ok here. On Wed, May 14, 2014 at 6:45 PM, Cary Corse <[email protected]> wrote: > When I run a playbook containing > > - name: Configure instance > > hosts: elastic-search-test > user: ubuntu > sudo: yes > gather_facts: true > > tags: > > - config > - configure > > > I get this error message > > > fatal: [ec2-54-226-176-175.compute-1.amazonaws.com] => imported module > support code does not exist at > /usr/local/lib/python2.7/dist-packages/ansible/module_utils/facts.py > > > Am I missing something here? > > Cheers, > > Cary > > -- > 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/cf13e711-42f9-443c-8d68-36ebea03fd45%40googlegroups.com<https://groups.google.com/d/msgid/ansible-project/cf13e711-42f9-443c-8d68-36ebea03fd45%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%2BnsWgyf1BebLafH%3D71fTiN6rO2c1V-_U_U3RXVoFRTvEz-V5w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
