Skip to content

Commit

Permalink
Patching bug discussed here:
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed Sep 12, 2016
1 parent 427a387 commit 93967be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

- name: Import the NodeSource GPG key into apt
apt_key:
url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key
url: https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280
id: "68576280"
state: present

- name: Add NodeSource deb repository
Expand Down

0 comments on commit 93967be

Please sign in to comment.