mirror of
https://github.com/ansible/awx.git
synced 2026-06-25 16:38:03 -02:30
The check for 'callbacks_enabled' in config_values was dead code because read_ansible_config was never asked to read that setting. Now that the callback registration runs unconditionally, fix this by including 'callbacks_enabled' in the variables of interest. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>