mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
The documentation of lineinfile now makes reference to blockinfile (#3639)
This commit is contained in:
parent
8c2b333a73
commit
366d52cf18
1 changed files with 4 additions and 4 deletions
|
@ -38,8 +38,8 @@ description:
|
||||||
- This module will search a file for a line, and ensure that it is present or absent.
|
- This module will search a file for a line, and ensure that it is present or absent.
|
||||||
- This is primarily useful when you want to change a single line in
|
- This is primarily useful when you want to change a single line in
|
||||||
a file only. See the M(replace) module if you want to change
|
a file only. See the M(replace) module if you want to change
|
||||||
multiple, similar lines; for other cases, see the M(copy) or
|
multiple, similar lines or check M(blockinfile) if you want to insert/update/remove a block of lines in a file.
|
||||||
M(template) modules.
|
For other cases, see the M(copy) or M(template) modules.
|
||||||
version_added: "0.7"
|
version_added: "0.7"
|
||||||
options:
|
options:
|
||||||
dest:
|
dest:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue