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

eroma pushed a commit to branch RPID+SEAGrid
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/RPID+SEAGrid by this push:
     new 70120c8  Committing changes to RPID+SEAGrid gateway
70120c8 is described below

commit 70120c8888d37d38fbc74e55320f39bad9fc3fdd
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Thu Jan 30 13:18:27 2020 -0500

    Committing changes to RPID+SEAGrid gateway
---
 dev-tools/ansible/roles/common/defaults/main.yml | 4 ++--
 dev-tools/ansible/roles/httpd/handlers/main.yml  | 2 +-
 dev-tools/ansible/roles/httpd/tasks/main.yml     | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-tools/ansible/roles/common/defaults/main.yml 
b/dev-tools/ansible/roles/common/defaults/main.yml
index e5635e1..881faeb 100644
--- a/dev-tools/ansible/roles/common/defaults/main.yml
+++ b/dev-tools/ansible/roles/common/defaults/main.yml
@@ -22,5 +22,5 @@ keystore_src_path: "airavata.jks"
 client_truststore_src_path: "airavata.jks"
 cred_keystore_src_path: "airavata_sym.jks"
 
-apache_maven_version: "apache-maven-3.6.2"
-apache_maven_url: 
"https://www-eu.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.tar.gz";
+apache_maven_version: "apache-maven-3.6.3"
+apache_maven_url: 
"https://www-eu.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz";
diff --git a/dev-tools/ansible/roles/httpd/handlers/main.yml 
b/dev-tools/ansible/roles/httpd/handlers/main.yml
index af37327..f359f2d 100644
--- a/dev-tools/ansible/roles/httpd/handlers/main.yml
+++ b/dev-tools/ansible/roles/httpd/handlers/main.yml
@@ -22,5 +22,5 @@
 
 # Gracefully reload httpd
 - name: restart httpd
-  service: name={{ httpd_name[ansible_os_family] }} state=reloaded enabled=yes
+  service: name=httpd state=reloaded enabled=yes
   become: yes
\ No newline at end of file
diff --git a/dev-tools/ansible/roles/httpd/tasks/main.yml 
b/dev-tools/ansible/roles/httpd/tasks/main.yml
index 9ee2802..41747c9 100644
--- a/dev-tools/ansible/roles/httpd/tasks/main.yml
+++ b/dev-tools/ansible/roles/httpd/tasks/main.yml
@@ -36,10 +36,10 @@
   file: path="{{ real_user_data_dir }}" state=directory owner="{{user}}" 
group="{{group}}"
   become: yes
 
-- name: Symlink user data dir {{ user_data_dir }} to {{ real_user_data_dir }}
-  file: src="{{ real_user_data_dir }}" dest="{{ user_data_dir }}" state=link 
owner="{{user}}" group="{{group}}"
-  become: yes
-  when: user_data_dir != real_user_data_dir
+#- name: Symlink user data dir {{ user_data_dir }} to {{ real_user_data_dir }}
+#  file: src="{{ real_user_data_dir }}" dest="{{ user_data_dir }}" state=link 
owner="{{user}}" group="{{group}}"
+#  become: yes
+#  when: user_data_dir != real_user_data_dir
 
 - name: set selinux context to allow read/write on the user data directory
   sefcontext:

Reply via email to