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 2020/01/28 19:50:28 UTC

[airavata] branch develop updated: Ansible: use real data dir for user_data_dir

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 43f10d3  Ansible: use real data dir for user_data_dir
43f10d3 is described below

commit 43f10d3c3403b9178fd34b340288831af98b610c
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jan 28 14:50:15 2020 -0500

    Ansible: use real data dir for user_data_dir
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
index a8790a4..899f57f 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
@@ -19,6 +19,8 @@
 #
 
 ---
+# No symlink, user_data_dir is same as real_user_data_dir
+user_data_dir: "{{ real_user_data_dir }}"
 #airavata_django_git_branch: "simccs"
 vhost_servername: "dev.ampgateway.org"
 vhost_ssl: true