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 2019/01/03 17:44:21 UTC

[airavata] branch develop updated: Fixing typo in mysql jdbc download destination

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 c9829c4  Fixing typo in mysql jdbc download destination
c9829c4 is described below

commit c9829c4728ebe7fa37a8e837add0ebf5672d0119
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Jan 3 12:43:31 2019 -0500

    Fixing typo in mysql jdbc download destination
---
 dev-tools/ansible/roles/keycloak/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/keycloak/tasks/main.yml b/dev-tools/ansible/roles/keycloak/tasks/main.yml
index a394d75..029f26e 100644
--- a/dev-tools/ansible/roles/keycloak/tasks/main.yml
+++ b/dev-tools/ansible/roles/keycloak/tasks/main.yml
@@ -30,7 +30,7 @@
       copy=no
       owner="{{ user }}"
       group="{{ group }}"
-      creates="{{user_home}}/{keycloak_db_connector_name}}/{{keycloak_db_connector_name}}-bin.jar"
+      creates="{{user_home}}/{{keycloak_db_connector_name}}/{{keycloak_db_connector_name}}-bin.jar"
   become: true
   become_user: "{{ user }}"
   tags: