Hi,

I´ve followed the install instractions 
<https://devopsu.com/guides/ansible-mac-osx.html> (via pip) on OSX 
yosemite. 
Created an ansible_hosts.txt file

and run successfully:

ansible --ask-pass all -m  ping

82.137.158.111 | success >> {
    "changed": false,  
    "ping": "pong" 
}


Trying the next ad-hoc command example:

ansible --ask-pass all -m  "/bin/echo hello"

ends in :
82.137.158.111 | FAILED => module /bin/echo hello not found in configured 
module paths


Where 82.137.158.111 (Ip changed) is an Ubuntu 12.04 Server.

What am I doing wrong?

– Anatol

-- 
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/66a709a6-32b4-45f0-8372-f80932066ff6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to