forked from ISTI-ansible-roles/ansible-roles
Merge branch 'master' of gitorious.research-infrastructures.eu:infrastructure-management/ansible-playbooks
This commit is contained in:
commit
1857fe192e
|
@ -31,6 +31,9 @@
|
||||||
apt: pkg={{ item }} state=present
|
apt: pkg={{ item }} state=present
|
||||||
with_items: '{{ py_env_pip_dev_packages }}'
|
with_items: '{{ py_env_pip_dev_packages }}'
|
||||||
|
|
||||||
|
- name: Install a specific version of tornado to avoid breaking dependencies
|
||||||
|
php: name=tornado version=4.1 state=present
|
||||||
|
|
||||||
- name: Install the latest six python package
|
- name: Install the latest six python package
|
||||||
#pip: name=six state=latest
|
#pip: name=six state=latest
|
||||||
pip: name=six state=present
|
pip: name=six state=present
|
||||||
|
|
Loading…
Reference in New Issue