Fix version_added for insertbefore in lineinfile
This commit is contained in:
parent
0d671d3bcd
commit
37ef7d82c4
1 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ options:
|
|||
choices: [ 'EOF', '*regex*' ]
|
||||
insertbefore:
|
||||
required: false
|
||||
versionadded: 1.1
|
||||
version_added: 1.1
|
||||
description:
|
||||
- Used with C(state=present). If specified, the line will be inserted
|
||||
before the specified regular expression. A value is available;
|
||||
|
|
Loading…
Reference in a new issue