ansible / ansible-content-parser

Apache License 2.0
3 stars 4 forks source link

Compressed file support #8

Closed TamiTakamiya closed 1 year ago

TamiTakamiya commented 1 year ago

This is for AAP-13774.

Initially I started to design this to uncompress compressed files found in a repository, but it was not what we were asked to implement. The description in AAP-12832 was updated and it now describes the requirement as:

Ingest a compressed file containing a project repository

With this PR, ansible-content-parser will accept an archive (ZIP file or compressed/uncompressed TAR file) as input. Please look at the updated README.md for more details.

TamiTakamiya commented 1 year ago

@lahavyuv86 Would you take a look at this? Thank you!