Skip to content

Commit

Permalink
Fix non-UTF-8 data issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 25, 2024
1 parent 00a2503 commit 6c691b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

- name: repository | (keyring) file | download # noqa command-instead-of-module risky-shell-pipe
ansible.builtin.shell: >
wget -O- {{ vagrant_keyring_src }} | gpg --dearmor | tee {{ vagrant_keyring_dst }}
wget -O- {{ vagrant_keyring_src }} | gpg --dearmor | tee {{ vagrant_keyring_dst }} > /dev/null
args:
creates: "{{ vagrant_keyring_dst }}"
tags:
Expand Down

0 comments on commit 6c691b7

Please sign in to comment.