You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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]
11 years ago
..
apt For values that are booleans in the module doc, the value in the doc section should be a boolean or truthiness 11 years ago
apt_key
apt_repository This oneliner change allows apt-key to inherit the http_proxy variable. 11 years ago
easy_install Correct typo 11 years ago
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. 11 years ago
zypper Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago