ansible/packaging
Jimmy Tang 878fd17bc6 This oneliner change allows apt-key to inherit the http_proxy variable.
Before this fix

  TASK: [apt_repository repo='ppa:vbernat/haproxy-1.5'] *************************
  failed: [134.226.115.202] => {"cmd": ["apt-key", "adv", "--recv-keys", "--keyserver", "keyserver.ubuntu.com", "CFFB779AADC995E4F350A060505D97A41C61B9CD"], "failed": true, "rc": 2}
  stderr: gpg: requesting key 1C61B9CD from hkp server keyserver.ubuntu.com
  gpg: no valid OpenPGP data found.
  gpg: Total number processed: 0

After the fix

  TASK: [apt_repository repo='ppa:vbernat/haproxy-1.5'] *************************
  changed: [134.226.115.202]
2013-10-11 15:19:52 +01:00
..
apt For values that are booleans in the module doc, the value in the doc section should be a boolean or truthiness 2013-10-09 07:52:23 -04:00
apt_key
apt_repository This oneliner change allows apt-key to inherit the http_proxy variable. 2013-10-11 15:19:52 +01:00
easy_install Correct typo 2013-10-10 09:15:04 -04:00
gem
homebrew
macports
npm
openbsd_pkg
opkg
pacman
pip
pkgin
pkgng
pkgutil
redhat_subscription
rhn_channel
rhn_register
rpm_key
svr4pkg
yum Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
zypper Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00