Skip to content

Commit 699d615

Browse files
Remove debug
1 parent b88c529 commit 699d615

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

etc/kayobe/ansible/pulp-artifact-upload.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,12 @@
3737
checksum_algorithm: sha256
3838
register: file_stats
3939

40-
- name: debug
41-
debug:
42-
msg: "{{ file_stats.stat.checksum }}"
43-
4440
- name: Write checksum to file
4541
ansible.builtin.copy:
4642
content: "{{ file_stats.stat.checksum }}"
4743
dest: "/tmp/{{ found_files.files[0].path | basename }}.sha256"
4844
when: upload_checksum
4945

50-
- name: debugg
51-
debug:
52-
msg: "{{ found_files.files[0].path | basename }}.sha256"
53-
54-
- name: debuggg
55-
command: cat /tmp/{{ found_files.files[0].path | basename }}.sha256
56-
register: test_output
57-
58-
- name: debugggg
59-
debug:
60-
msg: "{{ test_output.stdout }}"
61-
6246
- name: Get sha256 hash for checksum
6347
ansible.builtin.stat:
6448
path: "/tmp/{{ found_files.files[0].path | basename }}.sha256"

0 commit comments

Comments
 (0)