Skip to content

Commit

Permalink
Add the apt key from ubuntu instead of nodesource.
Browse files Browse the repository at this point in the history
  • Loading branch information
vranac committed Oct 17, 2016
1 parent ccdfcb9 commit af6de55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/roles/nodejs/tasks/main.yml
@@ -1,7 +1,7 @@
---
# tasks file for nodejs
- name: Add the Nodesource signing keys
apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present
apt_key: url=https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280 state=present id="68576280"

- name: Add Nodesource repo (formerly known as Chris Lea repo) for nodejs, because ubuntu
# Add specified repository into sources list.
Expand Down

0 comments on commit af6de55

Please sign in to comment.