Docs(lineinfile): Update link to python regex docs (#71688)

There was a link still pointing at the python2 documentation.
This commit is contained in:
Valentin Krasontovitsch 2020-09-10 16:19:26 +02:00 committed by GitHub
parent 73bed95ead
commit 11ba30183e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'