Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Add the apt key from ubuntu instead of nodesource. #28

Merged
merged 1 commit into from
Oct 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion provisioning/roles/nodejs/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -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