add option to display per host start to default (#53819)

* add option to display per host start to default
This commit is contained in:
Brian Coca 2019-04-12 12:42:38 -04:00 committed by GitHub
parent 5eb3117822
commit 9f87552f06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 1 deletions

View file

@ -55,4 +55,15 @@ class ModuleDocFragment(object):
ini:
- key: show_custom_stats
section: defaults
show_per_host_start:
name: Show per host task start
description: 'This adds output that shows when a task is started to execute for each host'
type: bool
default: no
env:
- name: ANSIBLE_SHOW_PER_HOST_START
ini:
- key: show_per_host_start
section: defaults
version_added: '2.9'
'''