You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/10/05 14:00:25 UTC

[airavata] branch develop updated: Fixing django ansible role

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new fdd9eba  Fixing django ansible role
fdd9eba is described below

commit fdd9ebabb7ca40b2a77ffac0d98d3c3320a2d935
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Oct 5 09:59:53 2018 -0400

    Fixing django ansible role
---
 dev-tools/ansible/roles/django/tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/roles/django/tasks/main.yml b/dev-tools/ansible/roles/django/tasks/main.yml
index 052f700..f926b6a 100644
--- a/dev-tools/ansible/roles/django/tasks/main.yml
+++ b/dev-tools/ansible/roles/django/tasks/main.yml
@@ -40,6 +40,7 @@
     requirements: "{{ airavata_django_checkout }}/requirements.txt"
     virtualenv: "{{ django_venv_dir }}"
     virtualenv_command: pyvenv-3.4
+    chdir: "{{ airavata_django_checkout }}"
   become: yes
   become_user: "{{user}}"