Commit af214421 by Feanil Patel

The virtualenv and executable parameters are exclusive.

Previous versions of ansible did not have the errorcatching capabilities to catch this.
parent 4532dfab
......@@ -26,7 +26,6 @@
extra_args: "--exists-action=w"
virtualenv: "{{ jenkins_home }}/edx-venv"
virtualenv_command: virtualenv
executable: pip
with_items:
- pre.txt
- github.txt
......@@ -49,7 +48,6 @@
extra_args: "--exists-action=w"
virtualenv: "{{ jenkins_home }}/edx-venv"
virtualenv_command: virtualenv
executable: pip
with_items:
- post.txt
become_user: "{{ jenkins_user }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment