Name |
Last commit
|
Last update |
---|---|---|
.. | ||
acl | ||
assemble | ||
copy | ||
fetch | ||
file | ||
ini_file | ||
lineinfile | ||
lineinfile.orig | ||
replace | ||
stat | ||
synchronize | ||
template | ||
xattr |
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
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
acl | Loading commit data... | |
assemble | Loading commit data... | |
copy | Loading commit data... | |
fetch | Loading commit data... | |
file | Loading commit data... | |
ini_file | Loading commit data... | |
lineinfile | Loading commit data... | |
lineinfile.orig | Loading commit data... | |
replace | Loading commit data... | |
stat | Loading commit data... | |
synchronize | Loading commit data... | |
template | Loading commit data... | |
xattr | Loading commit data... |