mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #1792 from jkleint/patch-1
Clarify that lineinfile uses Python regexes.
This commit is contained in:
@@ -42,7 +42,8 @@ options:
|
||||
description:
|
||||
- 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
|
||||
to remove.
|
||||
to remove. Uses Python regular expressions; see
|
||||
U(http://docs.python.org/2/library/re.html).
|
||||
state:
|
||||
required: false
|
||||
choices: [ present, absent ]
|
||||
|
||||
Reference in New Issue
Block a user