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/02/19 17:52:54 UTC

[airavata] branch master updated: Ansible: remove unneeded volume mount

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 050a304  Ansible: remove unneeded volume mount
050a304 is described below

commit 050a304df1ab705dce4aa7a2e7b61e8f118e2446
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Feb 19 10:31:58 2020 -0500

    Ansible: remove unneeded volume mount
---
 dev-tools/ansible/roles/django/tasks/main.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-tools/ansible/roles/django/tasks/main.yml b/dev-tools/ansible/roles/django/tasks/main.yml
index 6462576..9ad5cee 100644
--- a/dev-tools/ansible/roles/django/tasks/main.yml
+++ b/dev-tools/ansible/roles/django/tasks/main.yml
@@ -93,8 +93,6 @@
     state: present
     name: ansible-airavata-django-portal
     image: airavata-django-portal
-    volumes:
-      - "{{ airavata_django_portal_tempdir.path }}/django_airavata/settings_local.py.sample:/code/django_airavata/settings_local.py"
   run_once: true
 
 - name: copy built JS files from Docker container