Commit d1541839 by Michael DeHaan

Merge pull request #1792 from jkleint/patch-1

Clarify that lineinfile uses Python regexes.
parents d4c63e33 d732b258
...@@ -42,7 +42,8 @@ options: ...@@ -42,7 +42,8 @@ options:
description: description:
- The regular expression to look for in the file. For C(state=present), - The regular expression to look for in the file. For C(state=present),
the pattern to replace. For C(state=absent), the pattern of the line the pattern to replace. For C(state=absent), the pattern of the line
to remove. to remove. Uses Python regular expressions; see
U(http://docs.python.org/2/library/re.html).
state: state:
required: false required: false
choices: [ present, absent ] choices: [ present, absent ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment