mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
5ccc7e7277
The apt-key command takes an optional --keyring parameter representing the path to a specific GPG keyring to operate on. If it's not given, the command operates on all keyring files, i.e., /etc/apt/trusted.gpg and /etc/apt/trusted.gpg.d/*.gpg. This change adds a 'keyring' parameter to the apt_key module and propagates it down to the apt-key command line. The main use case this supports is organizing keys for third-party repos into individual keyrings in /etc/apt/trusted.gpg.d, rather than putting them all in the default keyring. |
||
---|---|---|
.. | ||
apt | ||
apt_key | ||
apt_repository | ||
easy_install | ||
gem | ||
homebrew | ||
macports | ||
npm | ||
openbsd_pkg | ||
opkg | ||
pacman | ||
pip | ||
pkgin | ||
pkgng | ||
redhat_subscription | ||
rhn_channel | ||
rhn_register | ||
svr4pkg | ||
yum | ||
zypper |