library/roles/smartgears/dataminer_app/tasks/install-gcube-key.yml: Remove the non existant fourth dev gcube key reference.

This commit is contained in:
Andrea Dell'Amico 2017-01-16 18:24:52 +01:00
parent ddfc1fd574
commit fc790625d3
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
- '{{ 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' ]