geerlingguy / ansible-role-nodejs

Ansible Role - Node.js

Home Page:https://galaxy.ansible.com/geerlingguy/nodejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apt key deprecation issue

MohamedLamineAllal opened this issue · comments

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.