Skip to content

Commit

Permalink
Use keyserver to add the trusted key
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinkortman committed Jan 9, 2019
1 parent 04cea97 commit 959ae9d
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 959ae9d

Please sign in to comment.