Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure on Import the NodeSource GPG key into apt #10

Open
trigoesrodrigo opened this issue Oct 27, 2016 · 1 comment
Open

Failure on Import the NodeSource GPG key into apt #10

trigoesrodrigo opened this issue Oct 27, 2016 · 1 comment

Comments

@trigoesrodrigo
Copy link

Deploying on Ubuntu 14.04 is now impossible as the nodesource gpg can't be imported because default python version doesn't support sni.

This is exactly what's described in nodesource/ansible-nodejs-role#33

There there are several solutions proposed. The easiest one is to replace the add nodesource apt-key task in the dev role for:

- 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"   
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants