Skip to content

Commit a2b0bd6

Browse files
committed
Fix #7: pip module change in ansible 2.1
1 parent 8b00753 commit a2b0bd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
name: "{{ item }}"
5555
state: latest
5656
virtualenv: "{{ virtualenv_dir }}/{{ project }}"
57-
executable: "{{ virtualenv_dir }}/{{ project }}/bin/pip"
5857
with_items:
5958
- pip
6059
- setuptools
@@ -63,7 +62,6 @@
6362
pip:
6463
requirements: "{{ conf.host_path }}/requirements.txt"
6564
virtualenv: "{{ virtualenv_dir }}/{{ project }}"
66-
executable: "{{ virtualenv_dir }}/{{ project }}/bin/pip"
6765

6866
- name: Set Django admin executable
6967
set_fact: manage="{{ virtualenv_dir }}/{{ project }}/bin/python {{ conf.host_path }}/manage.py"

0 commit comments

Comments
 (0)