Files
awx/awx/main/tasks
Dirk Julich 93f1c927dd [AAP-74343] Read callbacks_enabled from ansible.cfg so user-configured callbacks are preserved
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>
2026-05-22 09:43:46 +02:00
..