Skip to content

Commit

Permalink
Cleanup tee
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 27, 2024
1 parent 6c691b7 commit e0feec1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 }} > /dev/null
wget -O- {{ vagrant_keyring_src }} | gpg --dearmor --yes --output {{ vagrant_keyring_dst }}
args:
creates: "{{ vagrant_keyring_dst }}"
tags:
Expand Down
1 change: 0 additions & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ vagrant_dependencies_pre:
- dirmngr
- apt-transport-https
- wget
- coreutils

vagrant_dependencies:
- vagrant

0 comments on commit e0feec1

Please sign in to comment.