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

There was a link still pointing at the python2 documentation.
pull/71701/head
Valentin Krasontovitsch 5 years ago committed by GitHub
parent 73bed95ead
commit 11ba30183e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ options:
settings.
- 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.
- 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
aliases: [ regex ]
version_added: '1.7'

Loading…
Cancel
Save