ansible/files
Evan Kaufman 2c8b761a65 Added replace module
Heavily based on existing lineinfile module, but where it literally tests a regexp against
*each individual line* of a file, this replace module is more analogous to common uses of
a `sed` or `perl` match + replacement of all instances of a pattern anywhere in the file.

Was debating adding `all` boolean or `count` numeric options to control how many
replacements to make in the destfile (vs currently replacing all instances)

Noted use of MULTILINE mode in docs, per suggestion from @jarv
2013-11-16 13:23:50 -06:00
..
acl Some minor doc updates for the acl module. 2013-10-14 11:36:48 -04:00
assemble Add default for remote_src to assemble dostrings to avoid confusion 2013-11-12 13:21:49 -05:00
copy Add detail to copy module validate argument 2013-10-09 18:21:43 -07:00
fetch Fixed a typo in the fetch module documentation 2013-10-02 16:02:18 -06:00
file Addresses #4801 Update file module docs to indicate behavior for relative src paths 2013-11-07 17:02:34 -05:00
ini_file Fixes #4522 Document that comments in ini files will be discarded with the ini module 2013-11-08 09:57:22 -05:00
lineinfile Add doc example for lineinfile without a regexp parameter 2013-11-06 18:51:31 -05:00
lineinfile.orig Merge pull request #4660 from kolbyjack/lineinfile_no_regexp 2013-11-06 18:43:10 -05:00
replace Added replace module 2013-11-16 13:23:50 -06:00
stat expand user home path in stat. 2013-08-12 17:34:54 +10:00
synchronize Addresses #4676 Add module notes about the behavior of sudo and the destination paths within the synchronize module. 2013-11-04 12:19:31 -05:00
template Fix typo, relative to absolute, fixes #4126 2013-10-08 08:40:22 -04:00
xattr Missed some typos in macros for the xattr doc 2013-08-20 00:50:56 -05:00