Fix deprecation versions in template lookup (#85288)

pull/85293/head
Matt Clay 7 months ago committed by GitHub
parent 2bed98bd20
commit 4956619ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ DOCUMENTATION = """
default: true
deprecated:
why: This option is no longer used in the Ansible Core code base.
version: "2.21"
version: "2.23"
alternatives: Jinja2 native mode is now the default and only option, which is mutually exclusive with this option.
variable_start_string:
description: The string marking the beginning of a print statement.
@ -45,7 +45,7 @@ DOCUMENTATION = """
type: bool
deprecated:
why: This option is no longer used in the Ansible Core code base.
version: "2.21"
version: "2.23"
alternatives: Jinja2 native mode is now the default and only option.
template_vars:
description: A dictionary, the keys become additional variables available for templating.

Loading…
Cancel
Save