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/library
Christian Berendt 2c39eff60e [get_url] check against lowered stripped sha256sum
The content of the sha256sum attribute should be lowered before comparing it with the calculated sha256sum.

In the following example the used sha256sum uses ABC.. and not abc.. and the check failed. This should not happen.

```
TASK: [get_url url=http://ftp.fau.de/apache/hadoop/common/hadoop-2.4.0/hadoop-2.4.0.tar.gz dest=/home/vagrant/hadoop-2.4.0.tar.gz mode=0644 sha256sum=024326AC68A1A68B5566B10F95609EAAFD9F70CFEB37FCA0E97CBB1674E57C3A] ***
failed: [instance000] => {"failed": true}
msg: The SHA-256 checksum for /home/vagrant/hadoop-2.4.0.tar.gz did not match 024326AC68A1A68B5566B10F95609EAAFD9F70CFEB37FCA0E97CBB1674E57C3A; it was 024326ac68a1a68b5566b10f95609eaafd9f70cfeb37fca0e97cbb1674e57c3a.

FATAL: all hosts have already failed -- aborting
```
11 years ago
..
cloud Fixing two bugs in the ec2_elb_lb module 11 years ago
commands Clarify free_form isn't a real option :) 11 years ago
database Fix sync_binlog name in mysql_variables example 11 years ago
files Refuse to convert a non-empty directory into a link with the file module 11 years ago
internal Make async jid's unique per host 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Fix version_added for node in rabbitmq modules 11 years ago
monitoring Fix version_added for url in airbrake_deployment module 11 years ago
net_infrastructure Adding an options sections to the docstring in the lldp module 11 years ago
network [get_url] check against lowered stripped sha256sum 11 years ago
notification Fixing a documentation error in the new stackdriver module 11 years ago
packaging Make sure distro variable is set if python-apt is installed 11 years ago
source_control Fix incorrect version_added value in docstring for subversion export param 11 years ago
system Do not fail if we try to generate a ssh key for a user without being root 11 years ago
utilities Add an example to show all hostvars using debug 11 years ago
web_infrastructure made enabled/disabled checks of apache2_module workable 11 years ago