diff --git a/smartgears/smartgears/tasks/smartgears-app.yml b/smartgears/smartgears/tasks/smartgears-app.yml index 596deeb..bb617d3 100644 --- a/smartgears/smartgears/tasks/smartgears-app.yml +++ b/smartgears/smartgears/tasks/smartgears-app.yml @@ -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