Up profiled tasks limit

Some of our summaries need to display more than 20 tasks to show
complete information.  Up to 50, which should be enough for anyone.

Change-Id: I3ae3bb714ea7f5fb094f85c33c19ea3c8a81f6c3
This commit is contained in:
Ian Wienand 2018-09-06 07:28:26 +10:00
parent 86adc42d5c
commit bb568ddde8
1 changed files with 3 additions and 0 deletions

View File

@ -21,3 +21,6 @@ cache_connection=/var/cache/ansible/inventory
[ssh_connection]
retries=3
pipelining = True
[callback_profile_tasks]
task_output_limit = 50