community.general/lib/ansible/modules/files
jfpanisset 1814af9f34 Document lineinfile regexp gotcha (#47912)
You typically want the lineinfile module to operate in an indempotent way, similar to using "sed -i", so your regexp needs to match the line to edit both before and after the edit, otherwise on a second run the regexp will no longer match the original text line and you will end up with a second copy of the replacement line at the top/bottom of the file.
2018-11-01 10:38:45 -04:00
..
__init__.py
acl.py Add nomask option to the acl module (#39810) 2018-06-13 15:08:00 -04:00
archive.py archive: Add support for xz (#34110) 2018-01-22 07:33:07 -05:00
assemble.py Docs: Clean up of 'assemble' module docs (#46328) 2018-10-03 15:56:19 -04:00
blockinfile.py Update documentation for marker (#47292) 2018-10-19 14:31:03 -04:00
copy.py add sample for follow parameter of copy.py (#45765) 2018-10-11 18:48:54 -07:00
fetch.py Docs: Clean up of 'fetch' module docs (#46330) 2018-10-03 22:31:31 -05:00
file.py Docs: Clean up of 'file' module docs (#46327) 2018-10-03 15:22:35 -04:00
find.py Add documentation about patterns with commas to find module (#45360) 2018-09-11 11:04:17 -04:00
ini_file.py Addresses comments in #38971 (#44324) 2018-10-29 11:33:14 +00:00
iso_extract.py
lineinfile.py Document lineinfile regexp gotcha (#47912) 2018-11-01 10:38:45 -04:00
patch.py add state parameter to patch module (#33692) 2018-05-12 04:58:12 -04:00
replace.py Fix remote_tmp when become with non admin user (#42396) 2018-07-06 10:49:19 -07:00
stat.py Fix dead code in files module (#43479) 2018-09-04 09:06:57 -05:00
synchronize.py Update synchronize.py, mention variable ansible_rsync_path needed for different local rsync binary (#41870) 2018-09-25 11:27:24 +01:00
tempfile.py
template.py Docs: Clean up of 'template' module docs (#46297) 2018-10-03 22:12:25 -05:00
unarchive.py introduce `module_utils.urls.fetch_file` as a wrapper to download and save files (#19172) 2018-10-08 14:41:57 +02:00
xattr.py Adding namespace option into the xattr module (#42755) 2018-07-16 13:26:06 -04:00
xml.py Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00