From adc1113ac9623d234a4856e1e0c323a221e4cf99 Mon Sep 17 00:00:00 2001 From: Tin Tvrtkovic Date: Sat, 27 Apr 2013 18:09:26 +0200 Subject: [PATCH] Trivial lineinfile documentation fix. --- library/lineinfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/lineinfile b/library/lineinfile index 5e9cecbcfe4..b01a8faaf58 100644 --- a/library/lineinfile +++ b/library/lineinfile @@ -69,7 +69,7 @@ options: - Used with C(state=present). If set, line can contain backreferences (both positional and named) that will get populated if the regexp matches. This flag changes the operation of the module slightly; - insertbefore) and insertafter will be ignored, and if the regexp + insertbefore and insertafter will be ignored, and if the regexp doesn't match anywhere in the file, the file will be left unchanged. If the regexp does match, the last matching line will be replaced by the expanded line parameter.