ansible-role-jenkins
ansible-role-jenkins copied to clipboard
Replace deprecated apt_key usage
When installing with the role on Ubuntu we are seeing:
W: https://pkg.jenkins.io/debian/binary/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
As far as I could tell, this is the recommended replacement and should be supported for quite some time now.