use ANSIBLE_ prefix on all ansible-defined env vars (#54272)

mark old version deprecated in all places referenced via docs
This commit is contained in:
James Cassell 2019-03-26 17:43:48 -04:00 committed by Brian Coca
parent 53b56825cd
commit 51f2065df5
5 changed files with 57 additions and 9 deletions

View file

@ -31,6 +31,11 @@ DOCUMENTATION = '''
default: no
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