Skip to content

Commit

Permalink
Merge pull request #5 from f500/nodesource-trusted-key
Browse files Browse the repository at this point in the history
Use keyserver to add the trusted key
  • Loading branch information
edwinkortman authored Feb 11, 2019
2 parents 04cea97 + 959ae9d commit 26317b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

- name: Add the nodesource.com trusted key
apt_key:
id: 68576280
url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key
url: https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280
id: "68576280"

- name: Add the nodesource.com repository
apt_repository:
Expand Down

0 comments on commit 26317b5

Please sign in to comment.