CI: Add timing information to Ansible output
Change-Id: I42c4a44afe8b0b19a2d7d14d9b748bf1e2ca5c10
This commit is contained in:
parent
4e2a0d2e8d
commit
8163f9ba79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user