I followed the install instructions here 
<http://docs.ansible.com/ansible/latest/intro_installation.html#latest-releases-via-apt-ubuntu>
 to 
install Ansible on Ubuntu 16.04. There seems to be missing modules in this 
installation, here is an example:  

user@server:~$ ansible localhost -m known_host 

localhost | FAILED! => {

   "failed": true, 

    "msg": "The module known_host was not found in configured module paths. 
Additionally, core modules are missing. If this is a checkout, run 'git 
pull --rebase' to correct this problem."
 
How can I fix this? Can I pull the ansible git repo and point to the 
modules in the ansible cofig file? 

-- 
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/344967c5-bf36-449a-9454-682248d42607%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to