ansible/lib/ansible/modules/files
Evan Kaufman 3d1701b959 Fixed subsection replacement with before/after patterns
* using a _named_ capture in our assembled pattern, since before/after could potentially contain their own parenthesized captures
* ensuring we only replace against the named capture in question
* removing some duplication in the regexp replacement, that was introduced in ansible/ansible#22535
* fixed edge case of before/after not matching file content to replace

Fixes ansible/ansible#24840
2017-06-07 01:45:34 -07:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
archive.py fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
assemble.py Changed assemble_from_fragments to use os.path.join (#24909) 2017-05-22 15:38:11 -07:00
blockinfile.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
copy.py Read directory_mode as 'raw' type 2017-05-23 11:33:19 -07:00
fetch.py Make fetch default to fail on errors 2017-05-03 09:37:31 -07:00
file.py file module doesn't create hard link to given target directory 2017-04-10 12:20:46 -04:00
find.py find: PEP8, imports, cosmetics (#24646) 2017-06-02 08:43:40 +01:00
ini_file.py ini_file 'create' parameter default value should be True 2017-04-13 11:08:21 -04:00
iso_extract.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
lineinfile.py make lineinfile docs clearer and make module pep8 (#23857) 2017-04-23 09:19:22 +02:00
patch.py patch: PEP8, imports, cosmetics (#24649) 2017-06-02 08:42:40 +01:00
replace.py Fixed subsection replacement with before/after patterns 2017-06-07 01:45:34 -07:00
stat.py stat: PEP8, imports, cosmetics (#24653) 2017-05-30 18:31:56 +01:00
synchronize.py synchronize: Fix (delegated) local rsync 2017-04-27 09:33:26 -07:00
tempfile.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
template.py Fix version_added for new option in template introduced in #21846 (#24307) 2017-05-04 14:53:00 -05:00
unarchive.py unarchive: PEP8, imports, cosmetics (#24654) 2017-06-02 16:22:52 +01:00
xattr.py Downgraded more modules from Curated to Community (#24751) 2017-05-18 08:28:41 -07:00