*** New to ansible & linux ***

I've installed ansible on a ZorinOS vm and am attempting (with no luck) to 
ping a host in the /etc/ansible/hosts file.  I can ssh to the host and can 
also scp files from ansible to the host.  Got to be a simple fix...

ZorinOS version: 12
Ansible version: 2.4.3.0
Python version: 2.7.12

zorinOs:~$  ansible all -m ping
192.168.146.129 | FAILED! => {
    "changed": false, 
    "module_stderr": "Shared connection to 192.168.146.129 closed.\r\n", 
    "module_stdout": "/bin/sh: 1: /usr/bin/python: not found\r\n", 
    "msg": "MODULE FAILURE", 
    "rc": 0
}


I also have the verbose output that I can share, if necessary.





-- 
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/e6cad62a-fff6-4632-8f60-c423e3eae086%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to