forked from ISTI-ansible-roles/ansible-roles
Remove a conditional that can make the task fail.
This commit is contained in:
parent
36852c7e98
commit
f4a51bb17f
|
@ -166,7 +166,7 @@
|
||||||
become: True
|
become: True
|
||||||
become_user: '{{ smartgears_user }}'
|
become_user: '{{ smartgears_user }}'
|
||||||
shell: /usr/local/bin/get-scopes {{ gcube_admin_token | default('') }}
|
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
|
# register: smartgears_remove_state
|
||||||
notify: Restart smartgears
|
notify: Restart smartgears
|
||||||
tags: [ 'smartgears', 'smartgears_distribution', 'smartgears_conf', 'tomcat' ]
|
tags: [ 'smartgears', 'smartgears_distribution', 'smartgears_conf', 'tomcat' ]
|
||||||
|
|
Loading…
Reference in New Issue