Skip to content

Instantly share code, notes, and snippets.

@masahide
Created August 17, 2013 09:28
Show Gist options
  • Save masahide/6256090 to your computer and use it in GitHub Desktop.
Save masahide/6256090 to your computer and use it in GitHub Desktop.
Ansible CentOS5で出るImportError: No module named simplejson の対処 ref: http://qiita.com/yamasaki-masahide/items/4485a438125e6b1748ce
FAILED >> {
"failed": true,
"msg": "Traceback (most recent call last):\r\n\n File \"/home/adminn/.ansible/tmp/ansible-1352204366.62-260359853897483/ping\", line 63, in ?\r\n\n import simplejson as json\r\n\nImportError: No module named simplejson\r\n",
"parsed": false
}
ansible all raw -a "yum install python-simplejson"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment