forked from ISTI-ansible-roles/ansible-roles
resource_registry: Remove a 'when' condition from a task.
This commit is contained in:
parent
882d486451
commit
bc9068ef1c
|
@ -5,7 +5,6 @@
|
||||||
with_items:
|
with_items:
|
||||||
- '{{ smartgears_instance_path }}/webapps/{{ resource_registry_name }}'
|
- '{{ smartgears_instance_path }}/webapps/{{ resource_registry_name }}'
|
||||||
- '{{ smartgears_instance_path }}/webapps/{{ resource_registry_name }}.{{ resource_registry_extension }}'
|
- '{{ smartgears_instance_path }}/webapps/{{ resource_registry_name }}.{{ resource_registry_extension }}'
|
||||||
when: resource_registry_upgrade
|
|
||||||
|
|
||||||
become: True
|
become: True
|
||||||
become_user: '{{ d4science_user }}'
|
become_user: '{{ d4science_user }}'
|
||||||
|
|
Loading…
Reference in New Issue