Hi Michael,
thanks for you prompt answer...
I tried according to your suggestions, but obtained:
$ansible localhost -m ping -v
Usage: ansible <host-pattern> [options]
ansible: error: no such option: -v
ansible is latest version from github, git checkout then hacking/env-setup.
Try it like this:
ansible 127.0.0.1 -m ping -c ssh
$ansible 127.0.0.1 -m ping -c ssh
Usage: ansible <host-pattern> [options]
ansible: error: option -c: invalid choice: 'ssh' (choose from 'local', 'paramiko')
Shell is bash, OS is Ubuntu 12.10. Python is 2.7.3.
Can you suggest if there are other dependencies to check?
Thanks,
Carlo