Skip to content
Snippets Groups Projects
Commit d9c096b9 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: download checksum file to managed host instead of localhost

parent 15ccbf53
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
url: "https://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v8r1/Linux/LinuxX86/BA/{{ tsm_version_short | default(tsm_default_version_short) }}/{{ tsm_version_long | default(tsm_default_version_long) }}.0-TIV-TSMBAC-LinuxX86.tar.sha256sum.txt" url: "https://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v8r1/Linux/LinuxX86/BA/{{ tsm_version_short | default(tsm_default_version_short) }}/{{ tsm_version_long | default(tsm_default_version_long) }}.0-TIV-TSMBAC-LinuxX86.tar.sha256sum.txt"
dest: "/tmp/" dest: "/tmp/"
mode: "0644" mode: "0644"
delegate_to: 127.0.0.1 #delegate_to: 127.0.0.1
- name: > - name: >
Extract IBM TSM Client setup archive checksum from file. We want to use Extract IBM TSM Client setup archive checksum from file. We want to use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment