forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/resource_updater/tasks/main.yml: Create the resource_updater directory unconditionally.
This commit is contained in:
parent
b1f5681ccc
commit
28cef91721
|
@ -26,7 +26,6 @@
|
|||
|
||||
- name: Create the resources updater destination directory
|
||||
file: dest={{ resource_updater_dest_dir }} state=directory
|
||||
when: resource_updater_download is changed
|
||||
|
||||
- name: Copy the resources updater jar file
|
||||
copy: src={{ smartgears_downloads_dir }}/{{ resource_updater_deps_file }} dest={{ resource_updater_dest_dir }}/{{ resource_updater_file }} remote_src=yes force=yes
|
||||
|
|
Loading…
Reference in New Issue