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
Ryan Brown 352088bd94 Fix `archive` truncating archived file names based on prefix length (#3124)
When archiving multiple files, the full length of the calculated
`arcroot` would be removed from the beginning of all file names. If
there was no arcroot, the first two characters of all files would be
removed, so `file.txt` would become `le.txt`.

This patch uses the regular expressions substitution anchored to the
start of the string, so the arcroot is only removed if it is actually
present.
9 years ago
..
__init__.py Add new module "patch" 11 years ago
archive.py Fix `archive` truncating archived file names based on prefix length (#3124) 9 years ago
blockinfile.py Use addresses and names reserved for documentation (#2894) 9 years ago
patch.py Port patch.py to python3/python2.4 syntax (#2276) 10 years ago