Hi All,

I'm seeing the following error:

When I run the following command:

ansible my_server -i sdc_hosts -m ping -u ansible --ask-pass

against a server running:

myserver$ python --version
Python 2.6.6


myserver | FAILED >> {
    "failed": true,
    "msg": "Traceback (most recent call last):\n  File 
\"/home/ansible/.ansible/tmp/ansible-tmp-1403299259.38-79129513838413/command\",
 
line 1383, in <module>\n    main()\n  File 
\"/home/ansible/.ansible/tmp/ansible-tmp-1403299259.38-79129513838413/command\",
 
line 91, in main\n    module = CommandModule(argument_spec=dict())\n  File 
\"/home/ansible/.ansible/tmp/ansible-tmp-1403299259.38-79129513838413/command\",
 
line 382, in __init__\n    self._log_invocation()\n  File 
\"/home/ansible/.ansible/tmp/ansible-tmp-1403299259.38-79129513838413/command\",
 
line 974, in _log_invocation\n    msg = 
unicode(msg).encode('utf8')\nLookupError: no codec search functions 
registered: can't find encoding\n",
    "parsed": false
}

Does anyone have an idea as to what my be causing this?

-- 
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/25aeecf8-eaaf-4b4e-b71c-3279611dd658%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to