Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Dec 9, 2024
1 parent b88c529 commit 699d615
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions etc/kayobe/ansible/pulp-artifact-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,12 @@
checksum_algorithm: sha256
register: file_stats

- name: debug
debug:
msg: "{{ file_stats.stat.checksum }}"

- name: Write checksum to file
ansible.builtin.copy:
content: "{{ file_stats.stat.checksum }}"
dest: "/tmp/{{ found_files.files[0].path | basename }}.sha256"
when: upload_checksum

- name: debugg
debug:
msg: "{{ found_files.files[0].path | basename }}.sha256"

- name: debuggg
command: cat /tmp/{{ found_files.files[0].path | basename }}.sha256
register: test_output

- name: debugggg
debug:
msg: "{{ test_output.stdout }}"

- name: Get sha256 hash for checksum
ansible.builtin.stat:
path: "/tmp/{{ found_files.files[0].path | basename }}.sha256"
Expand Down

0 comments on commit 699d615

Please sign in to comment.