diff --git a/smartgears/dataminer_app/tasks/install-gcube-key.yml b/smartgears/dataminer_app/tasks/install-gcube-key.yml index 31297f1..ab85986 100644 --- a/smartgears/dataminer_app/tasks/install-gcube-key.yml +++ b/smartgears/dataminer_app/tasks/install-gcube-key.yml @@ -5,6 +5,7 @@ - '{{ gcube_prod_key_1 }}' - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' + - '{{ gcube_prod_key_4 }}' notify: Restart smartgears when: install_gcube_prod_key tags: [ 'dataminer', 'gcube_key', 'wps' ] @@ -15,6 +16,7 @@ - '{{ gcube_dev_key_1 }}' - '{{ gcube_dev_key_2 }}' - '{{ gcube_dev_key_3 }}' + - '{{ gcube_dev_key_4 }}' notify: Restart smartgears when: install_gcube_dev_key tags: [ 'dataminer', 'gcube_key', 'wps' ] diff --git a/smartgears/smartgears/tasks/install-gcube-keys.yml b/smartgears/smartgears/tasks/install-gcube-keys.yml index a20af7f..56d4240 100644 --- a/smartgears/smartgears/tasks/install-gcube-keys.yml +++ b/smartgears/smartgears/tasks/install-gcube-keys.yml @@ -6,6 +6,7 @@ - '{{ gcube_prod_key_1 }}' - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' + - '{{ gcube_prod_key_4 }}' notify: Restart smartgears when: install_gcube_prod_key @@ -15,6 +16,7 @@ - '{{ gcube_prod_key_1 }}' - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' + - '{{ gcube_prod_key_4 }}' notify: Restart smartgears when: not install_gcube_prod_key