summaryrefslogtreecommitdiff
path: root/library/lineinfile
diff options
context:
space:
mode:
Diffstat (limited to 'library/lineinfile')
-rw-r--r--library/lineinfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/lineinfile b/library/lineinfile
index 355251c3b7..b4be012ea7 100644
--- a/library/lineinfile
+++ b/library/lineinfile
@@ -64,7 +64,7 @@ options:
required: false
default: "no"
choices: [ "yes", "no" ]
- version_added: 1.1
+ version_added: "1.1"
description:
- Used with C(state=present). If set, line can contain backreferences
(both positional and named) that will get populated if the regexp
@@ -84,7 +84,7 @@ options:
choices: [ 'EOF', '*regex*' ]
insertbefore:
required: false
- version_added: 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;