From 47788be1779a92698a0a09a93cdd00933dc5719a Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 20 Jul 2017 17:41:42 +0200 Subject: [PATCH] smartgears: Install the gcube root dev key in preprod too. --- smartgears/dataminer_app/tasks/install-gcube-key.yml | 1 + smartgears/smartgears/tasks/install-gcube-keys.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/smartgears/dataminer_app/tasks/install-gcube-key.yml b/smartgears/dataminer_app/tasks/install-gcube-key.yml index 53948585..b40f11f8 100644 --- a/smartgears/dataminer_app/tasks/install-gcube-key.yml +++ b/smartgears/dataminer_app/tasks/install-gcube-key.yml @@ -52,6 +52,7 @@ get_url: url={{ item.url }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/PARALLEL_PROCESSING/{{ item.name }} owner={{ smartgears_user }} group={{ smartgears_user }} mode=0600 with_items: - '{{ gcube_pre_key_1 }}' + - '{{ gcube_dev_key_1 }}' notify: Restart smartgears when: install_gcube_preprod_key diff --git a/smartgears/smartgears/tasks/install-gcube-keys.yml b/smartgears/smartgears/tasks/install-gcube-keys.yml index 9ad3f629..6986843f 100644 --- a/smartgears/smartgears/tasks/install-gcube-keys.yml +++ b/smartgears/smartgears/tasks/install-gcube-keys.yml @@ -52,6 +52,7 @@ get_url: url={{ item.url }} dest=/{{ gcube_tomcat_lib_dir }}/{{ item.name }} owner={{ smartgears_user }} group={{ smartgears_user }} mode=0600 with_items: - '{{ gcube_pre_key_1 }}' + - '{{ gcube_dev_key_1 }}' notify: Restart smartgears when: install_gcube_preprod_key