I just did a git clone and I am now running the following version of ansible

-bash-4.1$ ansible --version
ansible 1.7 (devel f8bf9cdeec) last updated 2014/06/23 20:27:32 (GMT +000):

and now I get a different error:

-bash-4.1$ ansible myserver -i ../inventory/hosts -m ping -u ansible 
--ask-pass
SSH password:

my server | FAILED >> {
    "failed": true,
    "msg": "Traceback (most recent call last):\n  File 
\"/home/ansible/.ansible/tmp/ansible-tmp-1403556652.28-139660901347999/ping\", 
line 97, in <module>\n    import locale\n  File 
\"/usr/lib64/python2.6/locale.py\", line 14, in <module>\nImportError: No 
module named encodings\n",
    "parsed": false
}

any thoughts?

-- 
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/098833c3-2152-4c85-ad50-6ecd76276cc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to