splunk / splunk-ansible

Ansible playbooks for configuring and managing Splunk Enterprise and Universal Forwarder deployments
357 stars 186 forks source link

support callbacks in ansible-core>=2.15 #851

Open jmeixensperger opened 4 months ago

jmeixensperger commented 4 months ago

Found after upgrading to ansible-core 2.15

The callback_whitelist key was deprecated in favor of the new callbacks_enabled key (mentioned here: https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_8.html#id60)

This ensures that we print the time each play takes in the summary of the ansible execution.