From af6de55a5e3375abc3dca065f1e06f3344f0843e Mon Sep 17 00:00:00 2001 From: Vranac Srdjan Date: Mon, 17 Oct 2016 20:22:17 +0200 Subject: [PATCH] Add the apt key from ubuntu instead of nodesource. --- provisioning/roles/nodejs/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/roles/nodejs/tasks/main.yml b/provisioning/roles/nodejs/tasks/main.yml index 9fb45bf..b34e54d 100644 --- a/provisioning/roles/nodejs/tasks/main.yml +++ b/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.