You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/packaging/os
Alexey Sheplyakov 5f1ac88414 apt_key: fix spurious failure to import a subkey (#4366)
Importing a (sign only) subkey with apt_key module always fails,
however the actual keyring gets created and contains the correct keys.
Apparently the all_keys function skips the subkeys, hence the problem.

Fixes #4365
8 years ago
..
__init__.py
apt.py
apt_key.py apt_key: fix spurious failure to import a subkey (#4366) 8 years ago
apt_repository.py
apt_rpm.py
package.py
redhat_subscription.py Add way to specify environment (#3453) 8 years ago
rhn_channel.py
rhn_register.py
rpm_key.py
yum.py