diff --git a/OSPRH-20772-cifmw-record-timing-metrics.md b/OSPRH-20772-cifmw-record-timing-metrics.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ansible.cfg b/ansible.cfg index 9228777d09..1ba6904833 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,7 +5,7 @@ roles_path = ~/ci-framework-data/artifacts/roles:./roles:/usr/share/ansible/role filter_plugins = ./plugins/filter:~/plugins/filter:/usr/share/ansible/plugins/filter log_path = ~/ansible.log # We may consider ansible.builtin.junit -callbacks_enabled = ansible.posix.profile_tasks,ansible.builtin.default +callbacks_enabled = ansible.posix.profile_tasks,ansible.posix.profile_roles,ansible.builtin.default stdout_callback = ansible.builtin.default callback_format_pretty = yaml callback_result_format = yaml