for ansible 2.1.2, get rid of redundancy in specifying both pip executable and venv.

pull/1/head
Raymond Yee 2016-11-15 15:37:45 -08:00
parent 405af3b2e7
commit 9e84a0bae9
1 changed files with 0 additions and 2 deletions

View File

@ -201,7 +201,6 @@
- name: upgrade pip
pip: >
executable=/opt/regluit/ENV/bin/pip
name={{item}}
virtualenv=/opt/regluit/ENV
virtualenv_command=virtualenv
@ -212,7 +211,6 @@
- name: pip requirements
pip: >
executable=/opt/regluit/ENV/bin/pip
requirements=/opt/regluit/requirements_versioned.pip
virtualenv=/opt/regluit/ENV
virtualenv_command=virtualenv