mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
Fixed module doc typos
This commit is contained in:
parent
bbfb957bc1
commit
cc173b445e
2 changed files with 6 additions and 12 deletions
|
@ -89,7 +89,7 @@ options:
|
|||
- Used with C(state=present). If specified, the line will be inserted
|
||||
after the last match of specified regular expression. A special value is
|
||||
available; C(EOF) for inserting the line at the end of the file.
|
||||
If specified regular expresion has no matches, EOF will be used instead.
|
||||
If specified regular expression has no matches, EOF will be used instead.
|
||||
May not be used with C(backrefs).
|
||||
choices: [ 'EOF', '*regex*' ]
|
||||
insertbefore:
|
||||
|
@ -99,7 +99,7 @@ options:
|
|||
- Used with C(state=present). If specified, the line will be inserted
|
||||
before the last match of specified regular expression. A value is
|
||||
available; C(BOF) for inserting the line at the beginning of the file.
|
||||
If specified regular expresion has no matches, the line will be
|
||||
If specified regular expression has no matches, the line will be
|
||||
inserted at the end of the file. May not be used with C(backrefs).
|
||||
choices: [ 'BOF', '*regex*' ]
|
||||
create:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue