Open jmeixensperger opened 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)
callback_whitelist
callbacks_enabled
This ensures that we print the time each play takes in the summary of the ansible execution.
Found after upgrading to ansible-core 2.15
The
callback_whitelist
key was deprecated in favor of the newcallbacks_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.