Remove deprecated DISPLAY_SKIPPED_HOSTS env var (#77427)

Fixes #77396
pull/77439/head
Martin Krizek 3 years ago committed by GitHub
parent ff8a854e57
commit f2387537b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -1227,11 +1227,6 @@ DISPLAY_SKIPPED_HOSTS:
default: True
description: "Toggle to control displaying skipped task/host entries in a task in the default callback"
env:
- name: DISPLAY_SKIPPED_HOSTS
deprecated:
why: environment variables without ``ANSIBLE_`` prefix are deprecated
version: "2.12"
alternatives: the ``ANSIBLE_DISPLAY_SKIPPED_HOSTS`` environment variable
- name: ANSIBLE_DISPLAY_SKIPPED_HOSTS
ini:
- {key: display_skipped_hosts, section: defaults}

@ -16,11 +16,6 @@ class ModuleDocFragment(object):
type: bool
default: yes
env:
- name: DISPLAY_SKIPPED_HOSTS
deprecated:
why: environment variables without C(ANSIBLE_) prefix are deprecated
version: "2.12"
alternatives: the C(ANSIBLE_DISPLAY_SKIPPED_HOSTS) environment variable
- name: ANSIBLE_DISPLAY_SKIPPED_HOSTS
ini:
- key: display_skipped_hosts

Loading…
Cancel
Save