From bb568ddde8e762d2b517516205884076ecca161c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 6 Sep 2018 07:28:26 +1000 Subject: [PATCH] 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 --- playbooks/roles/install-ansible/files/ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/roles/install-ansible/files/ansible.cfg b/playbooks/roles/install-ansible/files/ansible.cfg index 1dc21c01aa..b384ae508c 100644 --- a/playbooks/roles/install-ansible/files/ansible.cfg +++ b/playbooks/roles/install-ansible/files/ansible.cfg @@ -21,3 +21,6 @@ cache_connection=/var/cache/ansible/inventory [ssh_connection] retries=3 pipelining = True + +[callback_profile_tasks] +task_output_limit = 50