Update site.yml
This commit is contained in:
parent
db821a44dc
commit
201f40b494
@ -5,6 +5,11 @@
|
|||||||
sudo: true
|
sudo: true
|
||||||
tasks:
|
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
|
- name: Apt | Add nodesource keys
|
||||||
apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present
|
apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user