1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add version_added attribute for regexp parameter.

This commit is contained in:
Michael DeHaan 2014-08-04 07:51:29 -04:00
parent b9a5242f03
commit c5f92597e4

View file

@ -43,6 +43,7 @@ options:
- The file to modify. - The file to modify.
regexp: regexp:
required: false required: false
version_added: 1.7
description: description:
- The regular expression to look for in every line of the file. For - The regular expression to look for in every line of the file. For
C(state=present), the pattern to replace if found; only the last line C(state=present), the pattern to replace if found; only the last line