library/roles/python-env/tasks/main.yml: Fix a typo.
This commit is contained in:
parent
1857fe192e
commit
e31fe269d9
|
@ -32,10 +32,9 @@
|
||||||
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
|
- name: Install a specific version of tornado to avoid breaking dependencies
|
||||||
php: name=tornado version=4.1 state=present
|
pip: 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=present
|
pip: name=six state=present
|
||||||
|
|
||||||
- name: Install setuptools version 33.1.1
|
- name: Install setuptools version 33.1.1
|
||||||
|
|
Loading…
Reference in New Issue