We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2216e70 commit 58aab09Copy full SHA for 58aab09
2 files changed
ansible/gzipper.py
ansible/init-data-gzipper.yaml
@@ -29,7 +29,7 @@
29
30
- name: Gzip the rendered content
31
ansible.builtin.shell: |
32
- python3 gzipper.py "{{ rendered_path }}" "{{ gz_path }}"
+ gzip -c "{{ rendered_path }}" > "{{ gz_path }}"
33
changed_when: true
34
35
- name: Read gzip as base64
0 commit comments