ansible/lib/ansible/modules
Ryan Brown bbe8e1f53b 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.
2016-12-08 11:34:57 -05:00
..
.github Update pull request template to provide context 2016-12-08 11:25:32 -05:00
cloud Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00
commands Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00
database Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00
extras Fix archive truncating archived file names based on prefix length (#3124) 2016-12-08 11:34:57 -05:00
files Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00
inventory Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
network Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00
packaging Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00
source_control Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
system Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00
test/utils/shippable Simplify compileall checks. Remove py3 skip list. 2016-12-08 11:25:26 -05:00
utilities Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
web_infrastructure Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
windows Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00