mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-06 01:01:32 -07:00
add option to display per host start to default (#53819)
* add option to display per host start to default
This commit is contained in:
parent
5eb3117822
commit
9f87552f06
4 changed files with 18 additions and 1 deletions
|
@ -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'
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue