Merge "CI: Add timing information to Ansible output"

This commit is contained in:
Zuul 2023-10-25 18:08:02 +00:00 committed by Gerrit Code Review
commit b250fbc10e

View File

@ -11,6 +11,9 @@
fact_caching = jsonfile
fact_caching_connection = /tmp/kayobe-facts
# Add timing information to output
callbacks_enabled = ansible.posix.profile_tasks
[ssh_connection]
pipelining = True
retries = 3
@ -24,6 +27,9 @@
fact_caching = jsonfile
fact_caching_connection = /tmp/kolla-ansible-facts
# Add timing information to output
callbacks_enabled = ansible.posix.profile_tasks
[ssh_connection]
pipelining = True
retries = 3