mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
Adjust booleans in misc plugins. (#5161)
This commit is contained in:
parent
403c4f7477
commit
19ce50f6b9
7 changed files with 22 additions and 22 deletions
|
@ -55,7 +55,7 @@ DOCUMENTATION = '''
|
|||
verbose_output:
|
||||
description: Toggle to (not) include all available nodes metadata
|
||||
type: bool
|
||||
default: yes
|
||||
default: true
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue