Skip to content

Commit

Permalink
Merge pull request netgen#28 from netgen/fix/nodejs-cloudfront-mess
Browse files Browse the repository at this point in the history
Add the apt key from ubuntu instead of nodesource.
  • Loading branch information
emodric committed Oct 17, 2016
2 parents ccdfcb9 + af6de55 commit 9252a4c
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 9252a4c

Please sign in to comment.