commit
403b765c95
2 changed files with 4 additions and 4 deletions
|
@ -90,7 +90,7 @@ options:
|
||||||
- Used with C(state=present). If specified, the line will be inserted
|
- Used with C(state=present). If specified, the line will be inserted
|
||||||
after the last match of specified regular expression. A special value is
|
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.
|
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).
|
May not be used with C(backrefs).
|
||||||
choices: [ 'EOF', '*regex*' ]
|
choices: [ 'EOF', '*regex*' ]
|
||||||
insertbefore:
|
insertbefore:
|
||||||
|
@ -100,7 +100,7 @@ options:
|
||||||
- Used with C(state=present). If specified, the line will be inserted
|
- Used with C(state=present). If specified, the line will be inserted
|
||||||
before the last match of specified regular expression. A value is
|
before the last match of specified regular expression. A value is
|
||||||
available; C(BOF) for inserting the line at the beginning of the file.
|
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).
|
inserted at the end of the file. May not be used with C(backrefs).
|
||||||
choices: [ 'BOF', '*regex*' ]
|
choices: [ 'BOF', '*regex*' ]
|
||||||
create:
|
create:
|
||||||
|
|
|
@ -57,13 +57,13 @@ options:
|
||||||
default: EOF
|
default: EOF
|
||||||
description:
|
description:
|
||||||
- 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.
|
- 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. May not be used with C(backrefs).
|
- If specified regular expression has no matches, EOF will be used instead. May not be used with C(backrefs).
|
||||||
choices: [ 'EOF', '*regex*' ]
|
choices: [ 'EOF', '*regex*' ]
|
||||||
insertbefore:
|
insertbefore:
|
||||||
required: false
|
required: false
|
||||||
description:
|
description:
|
||||||
- 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.
|
- 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 inserted at the end of the file. May not be used with C(backrefs).
|
- 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*' ]
|
choices: [ 'BOF', '*regex*' ]
|
||||||
create:
|
create:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue