Docs(lineinfile): Update link to python regex docs (#71688)
There was a link still pointing at the python2 documentation.
This commit is contained in:
parent
73bed95ead
commit
11ba30183e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ options:
|
||||||
settings.
|
settings.
|
||||||
- When modifying a line the regexp should typically match both the initial state of
|
- When modifying a line the regexp should typically match both the initial state of
|
||||||
the line as well as its state after replacement by C(line) to ensure idempotence.
|
the line as well as its state after replacement by C(line) to ensure idempotence.
|
||||||
- Uses Python regular expressions. See U(http://docs.python.org/2/library/re.html).
|
- Uses Python regular expressions. See U(https://docs.python.org/3/library/re.html).
|
||||||
type: str
|
type: str
|
||||||
aliases: [ regex ]
|
aliases: [ regex ]
|
||||||
version_added: '1.7'
|
version_added: '1.7'
|
||||||
|
|
Loading…
Reference in a new issue