smartgears: Install the gcube root dev key in preprod too.

This commit is contained in:
Andrea Dell'Amico 2017-07-20 17:41:42 +02:00
parent 14758bbc60
commit 47788be177
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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