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?