mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Fix boolean defaults. (#1343)
This commit is contained in:
parent
3d1f9ed657
commit
a96f90ff94
31 changed files with 34 additions and 14 deletions
|
@ -80,14 +80,17 @@ options:
|
|||
description:
|
||||
- Whether to print a transaction summary.
|
||||
type: bool
|
||||
default: false
|
||||
verbose:
|
||||
description:
|
||||
- Print extra information.
|
||||
type: bool
|
||||
default: false
|
||||
debug:
|
||||
description:
|
||||
- Enable full debugging.
|
||||
type: bool
|
||||
default: false
|
||||
requirements:
|
||||
- puppet
|
||||
author:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue