Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 85e82ba

Browse files
committed
Restore: Shows more details during tarball extraction.
1 parent 1cb65c7 commit 85e82ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/restore/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
with_fileglob:
8282
- "{{ local.destination }}/opt/*.tar"
8383
loop_control:
84-
label: "{{ item | basename }}"
84+
label: "'{{ item | basename }}' --> '/opt/{{ (item | basename | splitext)[0] }}'"
8585
register: unarchive
8686

8787
- name: "Set '/opt' ownership and permissions"

0 commit comments

Comments
 (0)