community.general/lib/ansible/modules/packaging/os
Alexey Sheplyakov 8d4fe2a767 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-12-08 11:24:50 -05:00
..
__init__.py
apt.py apt remove now recognizes the force parameter (#3756) 2016-12-08 11:24:39 -05:00
apt_key.py apt_key: fix spurious failure to import a subkey (#4366) 2016-12-08 11:24:50 -05:00
apt_repository.py Fix default perm for apt_repo files. (#4072) 2016-12-08 11:24:41 -05:00
apt_rpm.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
package.py removed extra space 2016-12-08 11:24:40 -05:00
redhat_subscription.py Add way to specify environment (#3453) 2016-12-08 11:24:43 -05:00
rhn_channel.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
rhn_register.py Convert packaging/* to py3/py2.4 syntax (#3702) 2016-12-08 11:24:30 -05:00
rpm_key.py Fix error reporting for fetch_key (#2662) 2016-12-08 11:24:19 -05:00
yum.py Cleanup unused variable in yum.py (#4009) 2016-12-08 11:24:40 -05:00