forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/smartgears/tasks/smartgears-app.yml: Always install the TokenGenerator.class file.
This commit is contained in:
parent
f52ef24f84
commit
e49a49e4e2
|
@ -50,7 +50,6 @@
|
|||
|
||||
- name: Install the token generator class
|
||||
copy: src=TokenGenerator.class dest=/usr/local/lib/TokenGenerator.class owner=root group=root mode=0644
|
||||
when: gcube_admin_token is defined
|
||||
tags: [ 'smartgears', 'smartgears_conf', 'tomcat' ]
|
||||
|
||||
- name: Install the script that fetches the scope tokens
|
||||
|
|
Loading…
Reference in New Issue