forked from ISTI-ansible-roles/ansible-roles
Fixed task description
This commit is contained in:
parent
a677b21302
commit
db0e52b4fb
|
@ -17,7 +17,7 @@
|
|||
maven_artifact: artifact_id={{ accounting_service_name }} version={{ accounting_service_version | default('latest') }} group_id={{ accounting_service_group_id }} extension={{ accounting_service_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ accounting_service_file }}
|
||||
register: accounting_download
|
||||
|
||||
- name: Remove the accounting service app
|
||||
- name: Remove the old accounting service app
|
||||
file: dest={{ smartgears_instance_path }}/webapps/{{ accounting_service_name }} state=absent
|
||||
when: ( accounting_download | changed )
|
||||
|
||||
|
|
Loading…
Reference in New Issue