redhat-cop / automate-tower

Automating Ansible Tower with Ansible (or the like)
15 stars 8 forks source link

RFE: support tarball checksum #6

Open pcfe opened 5 years ago

pcfe commented 5 years ago

since we use get_url, I believe there is value in having the checksum in vars, this will avoid superfluous downloads.

The default will have to be https://releases.ansible.com/ansible-tower/setup-bundle/ansible-tower-setup-bundle-CHECKSUM and there should be a comment that the checksum URL can be replaced with a checksum.

pcfe commented 5 years ago

It seems get_url neither deals with a gpg signed checksums file nor with a multi-line checksums file.

Filed upstream bug at https://github.com/ansible/ansible/issues/48790

pcfe commented 5 years ago

note to self, current state in branch pcfe-add-tarball-checksum will continue working on this when upstream bug is fixed