geerlingguy / ansible-role-nodejs

Ansible Role - Node.js
https://galaxy.ansible.com/geerlingguy/nodejs/
MIT License
410 stars 252 forks source link

apt key deprecation issue #151

Closed MohamedLamineAllal closed 6 months ago

MohamedLamineAllal commented 10 months ago

The module in current state. Does work with no issue. But is using apt_repository module, which does add keys through apt-key and in trusted.gpt directly. Which is deprecated now and does throw the warning below.

Well known issue.

W:https://deb.nodesource.com/node_18.x/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
github-actions[bot] commented 6 months ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

davidmehren commented 6 months ago

Still relevant 🙃