Skip to content

Commit 215e81f

Browse files
authored
Merge pull request #6 from Daria-Kr/copy_recursively
fix: Adjust directory copy behavior based on trailing slash
2 parents 97cc6f9 + d3a91a9 commit 215e81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/snipeit_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
- name: "Copy {{ snipe_install_dir }}-{{ snipe_install_version }} in to {{ snipe_install_dir }}"
1313
copy:
14-
src: "{{ snipe_install_dir }}-{{ snipe_install_version }}"
14+
src: "{{ snipe_install_dir }}-{{ snipe_install_version }}/"
1515
dest: "{{ snipe_install_dir }}"
1616
mode: 0775
1717
owner: www-data

0 commit comments

Comments
 (0)