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.
 
 
 
 
 
Go to file
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]
12 years ago
cloud Remove examples of module antipattern of setting the choices array for boolean types. 12 years ago
commands Allow for relative paths by using abspath 13 years ago
database Merge pull request #4342 from pileofrogs/devel 12 years ago
files Add detail to copy module validate argument 12 years ago
internal * Updated all ansible.cc references in the documentation to point 13 years ago
inventory Trim legacy variable usage. 13 years ago
messaging Add missing version_added description in docs. 13 years ago
monitoring Monit fix - Use case insensitive comparison 12 years ago
net_infrastructure Remove examples of module antipattern of setting the choices array for boolean types. 12 years ago
network * Updated SHA-256 functionality in the get_url module 12 years ago
notification Remove examples of module antipattern of setting the choices array for boolean types. 12 years ago
packaging This oneliner change allows apt-key to inherit the http_proxy variable. 12 years ago
source_control Fix Hg.__init__(...) reading value from self.hg_path 12 years ago
system Fixes #4312 for older versions of usermod which do not have --append 12 years ago
utilities Fix for network byte order issues in accelerate 12 years ago
web_infrastructure Remove examples of module antipattern of setting the choices array for boolean types. 12 years ago