mirror of https://github.com/ansible/ansible.git
Remove deprecated ANSIBLE_CALLBACK_WHITELIST/callback_whitelist (#78830)
Fixes #78821 Fixes #78822pull/78846/head
parent
76b746655a
commit
d514aeb2a1
@ -0,0 +1,3 @@
|
|||||||
|
removed_features:
|
||||||
|
- Remove deprecated ``ANSIBLE_CALLBACK_WHITELIST`` configuration environment variable, use ``ANSIBLE_CALLBACKS_ENABLED`` instead. (https://github.com/ansible/ansible/issues/78821)
|
||||||
|
- Remove deprecated ``callback_whitelist`` configuration option, use ``callbacks_enabled`` instead. (https://github.com/ansible/ansible/issues/78822)
|
Loading…
Reference in New Issue