Q: How to execute Ansible tasks on SLES 10 SP3

Hi,

I’m trying to run a simple config on SLES 10 SP3. Of course it has python 2.4 and I don’t know how/where to get python-simplejson installed.

I didn’t find it via zypper search
Downloading simplejson-2.0.9.tar.gz, extracting, and invoking python ./ez_setup.py resulted in

Any tips/pointers appreciated.

Thanks,
Dale

Arg… Clicked send accidentally…

Downloading simplejson-2.0.9.tar.gz, extracting, and invoking ‘python ./ez_setup.py’ resulted in

The general way to install simplejson ignoring os packages is:

easy_install pip
pip install simplejson

Though you may wish to use a simplejson RPM you have available