We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b00753 commit a2b0bd6Copy full SHA for a2b0bd6
tasks/main.yml
@@ -54,7 +54,6 @@
54
name: "{{ item }}"
55
state: latest
56
virtualenv: "{{ virtualenv_dir }}/{{ project }}"
57
- executable: "{{ virtualenv_dir }}/{{ project }}/bin/pip"
58
with_items:
59
- pip
60
- setuptools
@@ -63,7 +62,6 @@
63
62
pip:
64
requirements: "{{ conf.host_path }}/requirements.txt"
65
66
67
68
- name: Set Django admin executable
69
set_fact: manage="{{ virtualenv_dir }}/{{ project }}/bin/python {{ conf.host_path }}/manage.py"
0 commit comments