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