Skip to content

Commit eddd8ba

Browse files
committed
Fixes #169: Update copy to remote_src usage in unarchive example.
1 parent 1d82720 commit eddd8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/provisioning/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
unarchive:
2828
src: "{{ download_dir }}/solr-{{ solr_version }}.tgz"
2929
dest: "{{ download_dir }}"
30-
copy: no
30+
remote_src: true
3131
creates: "{{ download_dir }}/solr-{{ solr_version }}/README.txt"
3232

3333
- name: Run Solr installation script.

0 commit comments

Comments
 (0)