1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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
2018-10-08 14:41:57 +02:00
..
apt-builddep.yml Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
apt-multiarch.yml apt: include arch in check for installed packages on multi-arch systems (#24846) 2017-05-30 16:09:43 -04:00
apt.yml introduce module_utils.urls.fetch_file as a wrapper to download and save files (#19172) 2018-10-08 14:41:57 +02:00
main.yml apt: properly set changed for autoremove/autoclean (#38329) 2018-04-09 11:10:42 +02:00
repo.yml apt: integration tests for #31577 (#38586) 2018-04-17 10:17:29 +02:00
upgrade.yml Download hello package from S3 for apt test. 2018-08-27 18:02:29 -07:00