ansible/files
Ben Doherty cb4173957c Initial commit of extras/archive module.
This manages compressed files or archives of many compressed files. You can maintain or update .gz, .bz2 compressed files, .zip archives, or tarballs compressed with gzip or bzip2.

Possible use cases:

* Back up user home directories
* Ensure large text files are always compressed
* Archive trees for distribution
2016-05-26 19:54:30 -04:00
..
__init__.py Add new module "patch" 2015-02-09 01:00:06 +01:00
archive.py Initial commit of extras/archive module. 2016-05-26 19:54:30 -04:00
blockinfile.py blockinfile will always add newline at EOF (#2261) 2016-05-20 10:25:10 +02:00
patch.py Port patch.py to python3/python2.4 syntax (#2276) 2016-05-23 09:44:57 -04:00