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 @@ ...@@ -26,7 +26,6 @@
extra_args: "--exists-action=w" extra_args: "--exists-action=w"
virtualenv: "{{ jenkins_home }}/edx-venv" virtualenv: "{{ jenkins_home }}/edx-venv"
virtualenv_command: virtualenv virtualenv_command: virtualenv
executable: pip
with_items: with_items:
- pre.txt - pre.txt
- github.txt - github.txt
...@@ -49,7 +48,6 @@ ...@@ -49,7 +48,6 @@
extra_args: "--exists-action=w" extra_args: "--exists-action=w"
virtualenv: "{{ jenkins_home }}/edx-venv" virtualenv: "{{ jenkins_home }}/edx-venv"
virtualenv_command: virtualenv virtualenv_command: virtualenv
executable: pip
with_items: with_items:
- post.txt - post.txt
become_user: "{{ jenkins_user }}" 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