Setting up my first ansible run using the vsphere_guest mod. I’ve use ansible for some ad hock and it was really slick. So I decided to try and use with VMware.
found I needed pysphere installed. so I did that.
bryans-imac:~ johnson$ pip install -U pysphere
Requirement already up-to-date: pysphere in /Library/Python/2.7/site-packages/pysphere-0.1.8-py2.7.egg
bryans-imac:~ johnson$
should be fine now, or so I thought.
I am getting this error.
x.x.253.241 | FAILED >> {
“failed”: true,
“msg”: “pysphere module required”
}
is there something more I need to do to make it work?
Thanks,
Bryan