Commit 73f03c3c by Xavier Antoviaque

supervisor-xqueue: Fix activation of virtualenv for ease installation

Source the `activate` file instead of attempting to execute it, which requires
execution rights.
parent 6fa017ef
......@@ -54,7 +54,7 @@
- name: ora | install ease python package
shell: >
{{ ora_ease_venv_dir }}/bin/activate; cd {{ ora_ease_code_dir }}; python setup.py install
. {{ ora_ease_venv_dir }}/bin/activate; cd {{ ora_ease_code_dir }}; python setup.py install
sudo_user: "{{ ora_user }}"
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