kewlfft / ansible-aur

Ansible module to manage packages from the AUR
GNU General Public License v3.0
294 stars 46 forks source link

Extract tar file on-the-fly #34

Closed juergenhoetzel closed 4 years ago

juergenhoetzel commented 4 years ago

Instead of creating an intermediate tar file use the open_url response as fileobj.

kewlfft commented 4 years ago

Thanks for this nice improvement @juergenhoetzel