You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ansible is generating warnings saying that callback_whitelist is deprecated and to use callback_enabled instead:
[DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callback_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callback_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
The text was updated successfully, but these errors were encountered:
SUMMARY
Ansible is generating warnings saying that
callback_whitelist
is deprecated and to usecallback_enabled
instead:ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
Run any playbook.
EXPECTED RESULTS
NO deprecation warning.
ACTUAL RESULTS
Deprecation warning.
The text was updated successfully, but these errors were encountered: