playbook执行报错"requires the stdlib json or simplejson module"
TASK: [Make directory for change] **************************************
failed: [192.168.1.1] => {"failed": true}
msg: Error: ansible requires the stdlib json or simplejson module, neither was found!
failed: [192.168.1.2] => {"failed": true}
msg: Error: ansible requires the stdlib json or simplejson module, neither was found!
......sudo yum install -y python-simplejsonLast updated