Skip to content

Commit

Permalink
Fix repo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 27, 2024
1 parent b85ed4d commit 377f478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ yarn_keyring_src: https://dl.yarnpkg.com/debian/pubkey.gpg
yarn_keyring_dst: /usr/share/keyrings/yarn.gpg
yarn_repositories:
- type: "deb [signed-by={{ yarn_keyring_dst }}]"
url: 'https://dl.yarnpkg.com/debian/'
component: stable
url: 'https://dl.yarnpkg.com/debian/ stable'
component: main
- type: deb
url: 'https://dl.yarnpkg.com/debian/'
component: stable
url: 'https://dl.yarnpkg.com/debian/ stable'
component: main
state: absent

yarn_dependencies_pre:
Expand Down

0 comments on commit 377f478

Please sign in to comment.