issue #477: install simplejson for vanilla tests.

issue510
David Wilson 5 years ago
parent 63da372de5
commit 9377fed96b

@ -68,6 +68,11 @@
- /var/lib/apt/lists
when: distro == "Debian"
# Vanilla Ansible needs simplejson on CentOS 5.
- synchronize:
dest: /usr/lib/python2.4/site-packages/simplejson/
src: ../../ansible_mitogen/compat/simplejson/
- user:
name: root
password: "{{ 'rootpassword' | password_hash('sha256') }}"

Loading…
Cancel
Save