community.general/lib/ansible/modules/packaging/os
Evgeny Vereshchagin 8f23e54a80 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-12-08 11:24:00 -05:00
..
__init__.py
apt.py apt: export env vars before run dpkg 2016-12-08 11:23:56 -05:00
apt_key.py apt-key: convert ids to the 'short' format 2016-12-08 11:24:00 -05:00
apt_repository.py Split a shell snippet in 2 to avoid using use_unsafe_shell=True 2016-12-08 11:24:00 -05:00
apt_rpm.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
package.py updated docs for package 2016-12-08 11:23:30 -05:00
redhat_subscription.py add no_log to the password parameter 2016-12-08 11:23:55 -05:00
rhn_channel.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
rhn_register.py rhn_register: add sslcacert and systemorgid options 2016-12-08 11:23:55 -05:00
rpm_key.py removed syslog in favor of common module logging functions 2016-12-08 11:23:38 -05:00
yum.py Update yum.py 2016-12-08 11:23:59 -05:00