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
2016-08-16 18:01:07 +02:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt.py apt remove now recognizes the force parameter (#3756) 2016-06-22 07:56:09 +02:00
apt_key.py apt_key: fix spurious failure to import a subkey (#4366) 2016-08-16 18:01:07 +02:00
apt_repository.py Fix default perm for apt_repo files. (#4072) 2016-07-01 13:10:32 -04:00
apt_rpm.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
package.py removed extra space 2016-06-22 12:31:52 -04:00
redhat_subscription.py Add way to specify environment (#3453) 2016-07-13 11:23:26 -04:00
rhn_channel.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
rhn_register.py Convert packaging/* to py3/py2.4 syntax (#3702) 2016-05-20 07:48:10 -07:00
rpm_key.py Fix error reporting for fetch_key (#2662) 2016-04-19 18:03:14 -04:00
yum.py Cleanup unused variable in yum.py (#4009) 2016-06-22 09:30:37 -04:00