Created
August 17, 2013 09:28
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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