Skip to content

Commit 58aab09

Browse files
committed
fix: remove gzipper and use newly available gzip
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 2216e70 commit 58aab09

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

ansible/gzipper.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

ansible/init-data-gzipper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
- name: Gzip the rendered content
3131
ansible.builtin.shell: |
32-
python3 gzipper.py "{{ rendered_path }}" "{{ gz_path }}"
32+
gzip -c "{{ rendered_path }}" > "{{ gz_path }}"
3333
changed_when: true
3434

3535
- name: Read gzip as base64

0 commit comments

Comments
 (0)