forked from ISTI-ansible-roles/ansible-roles
smartgears: Install the gcube root dev key in preprod too.
This commit is contained in:
parent
14758bbc60
commit
47788be177
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue