We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
add nodesource apt-key
- 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"
The text was updated successfully, but these errors were encountered:
How to do this? I tried wget, and added key, have got this result. Thanks.
W: Failed to fetch https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280/dists/trusty/main/binary-amd64/Packages HttpError404 W: Failed to fetch https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280/dists/trusty/main/source/Sources HttpError404 W: Failed to fetch https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280/dists/trusty/main/binary-i386/Packages HttpError404
Sorry, something went wrong.
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: