Remove deprecated JINJA2_NATIVE_WARNING env var (#81720)

Fixes #81714
pull/81846/head
Martin Krizek 1 year ago committed by GitHub
parent ab6a544e86
commit e756e359e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
removed_features:
- Remove deprecated JINJA2_NATIVE_WARNING environment variable (https://github.com/ansible/ansible/issues/81714)

@ -1710,19 +1710,6 @@ INVENTORY_UNPARSED_IS_FAILED:
ini: ini:
- {key: unparsed_is_failed, section: inventory} - {key: unparsed_is_failed, section: inventory}
type: bool type: bool
JINJA2_NATIVE_WARNING:
name: Running older than required Jinja version for jinja2_native warning
default: True
description: Toggle to control showing warnings related to running a Jinja version
older than required for jinja2_native.
env:
- name: ANSIBLE_JINJA2_NATIVE_WARNING
deprecated:
why: This option is no longer used in the Ansible Core code base.
version: "2.17"
ini:
- {key: jinja2_native_warning, section: defaults}
type: boolean
MAX_FILE_SIZE_FOR_DIFF: MAX_FILE_SIZE_FOR_DIFF:
name: Diff maximum file size name: Diff maximum file size
default: 104448 default: 104448

Loading…
Cancel
Save