You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
apt-key is deprecated and this module fails on clean run.
The playbook runs to the end but on apt update fails with NO PUBKEY error.
The repo source template points to /usr/share/keyrings/.gpg but doesn't copy the gpg keys to this location. It seems that the functionality of this module is broken.
OS: Ubuntu Bionic
The text was updated successfully, but these errors were encountered:
sh3llf1sh
changed the title
GPG key does not get added from private repo
Apt-key deprecated. GPG key does not get added from private repo.
Mar 24, 2022
I confirm this behaviour for ubuntu/jammy.
basically the configuration file of the repository that is obtained via "{{ debian_config_file_url }}" is including a link to a local keyfile that is not present.
earlier in the play, the apt_key task imports the key but does not store this file.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
apt-key is deprecated and this module fails on clean run.
The playbook runs to the end but on apt update fails with NO PUBKEY error.
The repo source template points to /usr/share/keyrings/.gpg but doesn't copy the gpg keys to this location. It seems that the functionality of this module is broken.
OS: Ubuntu Bionic
The text was updated successfully, but these errors were encountered: