resource_registry: Remove a 'when' condition from a task.

This commit is contained in:
Andrea Dell'Amico 2017-10-19 18:23:09 +02:00
parent 882d486451
commit bc9068ef1c
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
with_items:
- '{{ smartgears_instance_path }}/webapps/{{ resource_registry_name }}'
- '{{ smartgears_instance_path }}/webapps/{{ resource_registry_name }}.{{ resource_registry_extension }}'
when: resource_registry_upgrade
become: True
become_user: '{{ d4science_user }}'