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/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
9 years ago
..
__init__.py Add new module "patch" 10 years ago
archive.py Initial commit of extras/archive module. 9 years ago
blockinfile.py blockinfile will always add newline at EOF (#2261) 9 years ago
patch.py Port patch.py to python3/python2.4 syntax (#2276) 9 years ago