We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5755d commit 6a08a54Copy full SHA for 6a08a54
tasks/main.yml
@@ -21,7 +21,7 @@
21
shell: "source ~/.bash_profile && mkvirtualenv {{ project }} --python={{ python }} --no-site-packages"
22
args:
23
executable: /bin/bash
24
- creates: "{{ conf.virtualenv_dir | default(virtualenv_dir) }}/{{ project }}"
+ creates: "{{ virtualenv_dir }}/{{ project }}"
25
register: mkvirtualenv
26
failed_when: 'mkvirtualenv.changed and "New python executable" not in mkvirtualenv.stdout'
27
0 commit comments