Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 27, 2024
1 parent f7981b4 commit fd876ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Set up (the latest version of) [Yarn](https://yarnpkg.com/) in Debian-like syste

* `software-properties-common` (will be installed)
* `dirmngr` (will be installed)
* `apt-transport-https` (will be installed)
* `wget` (will be installed)

#### Variables

Expand Down
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- {{ yarn_keyring_src }} | gpg --dearmor | tee {{ yarn_keyring_dst }} > /dev/null
wget -O- {{ yarn_keyring_src }} | gpg --dearmor --yes --output {{ yarn_keyring_dst }}
args:
creates: "{{ yarn_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 @@ -16,7 +16,6 @@ yarn_dependencies_pre:
- dirmngr
- apt-transport-https
- wget
- coreutils

yarn_dependencies:
- yarn

0 comments on commit fd876ca

Please sign in to comment.