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/test/integration/targets/apt/tasks
Evgeni Golov 7c66c90afc introduce `module_utils.urls.fetch_file` as a wrapper to download and save files (#19172)
* module_utils.urls: add fetch_file function

* apt: use fetch_file instead of own download()

* unarchive: use fetch_file instead of own codecopy

* apt: add test for deb=http://…

* unarchive: add test for a remote file download and unarchive

* yum: replace fetch_rpm_from_url by fetch_file

* use NamedTemporaryFile

* don't add a dot to fileext, it's already there
6 years ago
..
apt-builddep.yml Deprecate tests used as filters (#32361) 7 years ago
apt-multiarch.yml apt: include arch in check for installed packages on multi-arch systems (#24846) 7 years ago
apt.yml introduce `module_utils.urls.fetch_file` as a wrapper to download and save files (#19172) 6 years ago
main.yml apt: properly set changed for autoremove/autoclean (#38329) 7 years ago
repo.yml apt: integration tests for #31577 (#38586) 7 years ago
upgrade.yml Download hello package from S3 for apt test. 6 years ago