We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a7b7d commit 9c0465aCopy full SHA for 9c0465a
etc/kayobe/ansible/pulp-artifact-upload.yml
@@ -48,7 +48,7 @@
48
49
- name: Write checksum to file
50
ansible.builtin.copy:
51
- content: "{{ file_stats.stat.checksum }}"
+ content: "{{ file_stats.stat.checksum }} {{ found_files.files[0].path | basename }}"
52
dest: "/tmp/{{ found_files.files[0].path | basename }}.sha256"
53
when: upload_checksum
54
0 commit comments