Use raw module to install python-simplejson

Hi,

I’m trying to use the raw module in a plybook in order to install python-simplejson and python-apt modules on my nodes.
I saw that there already is a topic on this https://github.com/ansible/ansible/issues/4079 but I don’t really understand the final point of that.

Here is my playbook:

`

By default, the setup module is automatically run, which relies on json…
Add ‘gather_facts: False’ in the play header here to avoid that.

you might wan’t to add a -q there:

apt-get -qy install python-simplejson

Thank you all!
Ansible roxx !

​Actually, it moos!​