library/roles/python-env/tasks/main.yml: Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2018-04-18 16:42:26 +02:00
parent 1857fe192e
commit e31fe269d9
1 changed files with 1 additions and 2 deletions

View File

@ -32,10 +32,9 @@
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
pip: name=tornado version=4.1 state=present
- name: Install the latest six python package
#pip: name=six state=latest
pip: name=six state=present
- name: Install setuptools version 33.1.1