From 201f40b4940e7fe46748347d99e167fdb4658e18 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sun, 15 Apr 2018 14:18:00 -0400 Subject: [PATCH] Update site.yml --- ansible/site.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/site.yml b/ansible/site.yml index 7304364..dc97f7b 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -5,6 +5,11 @@ sudo: true tasks: + - name: Import the NodeSource GPG key into apt + apt_key: + id: 68576280 + url: "https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280" + - name: Apt | Add nodesource keys apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present