Commit 83ab7175 by John Jarvis

changing shell syntax

parent f83816d5
......@@ -56,7 +56,8 @@
- deploy
- name: discern | install ease python package
shell: "{{discern_venv_dir}}/bin/activate; cd {{ discern_ease_code_dir }}; python setup.py install"
shell: >
{{ discern_venv_dir }}/bin/activate; cd {{ discern_ease_code_dir }}; python setup.py install
tags:
- deploy
......
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