ansible/packaging/os
Evgeny Vereshchagin d441cb176c apt-key: convert ids to the 'short' format
Fixes:
$ ansible all -m apt_key -a 'state=present id=7A82B743B9B8E46F12C733FA4759FA960E27C0A6 keyserver=hkp://keyserver.ubuntu.com:80' --sudo
127.0.0.1 | SUCCESS => {
    "changed": true
}

$ ansible all -m apt_key -a 'state=absent id=7A82B743B9B8E46F12C733FA4759FA960E27C0A6' --sudo
127.0.0.1 | SUCCESS => {
    "changed": false
}

$ apt-key export 7A82B743B9B8E46F12C733FA4759FA960E27C0A6
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
...

See https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1481871
2016-01-12 01:11:59 +00:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt.py Update the documentation of the 'apt' action for the 'name'. 2015-11-24 15:55:31 +00:00
apt_key.py apt-key: convert ids to the 'short' format 2016-01-12 01:11:59 +00:00
apt_repository.py fix error occurring with Debian 2015-07-30 13:16:56 +05:30
apt_rpm.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
package.py updated docs for package 2015-08-13 14:57:55 -04:00
redhat_subscription.py add no_log to the password parameter 2015-12-22 22:26:51 -05:00
rhn_channel.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
rhn_register.py Add version that the profilename param was added 2015-06-30 05:08:38 -07:00
rpm_key.py removed syslog in favor of common module logging functions 2015-10-01 00:13:58 -04:00
yum.py Merge pull request #2680 from ansible/yum-use-rpm 2015-12-15 00:13:43 -06:00