Files
community.general/test
Evan Kaufman e88ab431f0 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
..
2013-01-15 17:34:38 -08:00
2013-09-07 16:34:22 -04:00
2013-11-16 13:23:50 -06:00
2013-02-23 12:50:18 -05:00
2013-02-05 14:49:59 +01:00
2012-06-18 00:13:12 +02:00
2013-11-16 13:23:50 -06:00
2012-09-17 18:31:49 +02:00