From f4a51bb17f7e083eed40da7f64db570e34936a23 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 16 Mar 2018 12:35:37 +0100 Subject: [PATCH] Remove a conditional that can make the task fail. --- smartgears/smartgears/tasks/smartgears-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/smartgears/tasks/smartgears-app.yml b/smartgears/smartgears/tasks/smartgears-app.yml index b84ac1b1..18bb3e1c 100644 --- a/smartgears/smartgears/tasks/smartgears-app.yml +++ b/smartgears/smartgears/tasks/smartgears-app.yml @@ -166,7 +166,7 @@ become: True become_user: '{{ smartgears_user }}' shell: /usr/local/bin/get-scopes {{ gcube_admin_token | default('') }} - when: gcube_admin_token is defined or ( smartgears_download | changed ) +# when: gcube_admin_token is defined or ( smartgears_download | changed ) # register: smartgears_remove_state notify: Restart smartgears tags: [ 'smartgears', 'smartgears_distribution', 'smartgears_conf', 'tomcat' ]