mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 16:04:09 -07:00
Fix boolean defaults. (#1343)
This commit is contained in:
parent
3d1f9ed657
commit
a96f90ff94
31 changed files with 34 additions and 14 deletions
|
@ -50,6 +50,7 @@ options:
|
|||
description:
|
||||
- Updates the OS to the latest version.
|
||||
type: bool
|
||||
default: false
|
||||
url:
|
||||
description:
|
||||
- Overrides both I(contenturl) and I(versionurl).
|
||||
|
@ -58,6 +59,7 @@ options:
|
|||
description:
|
||||
- Verify content for OS version.
|
||||
type: bool
|
||||
default: false
|
||||
versionurl:
|
||||
description:
|
||||
- URL for version string download.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue