Adjust booleans in packaging modules. (#5154) (#5169)

(cherry picked from commit ddc989ec6d)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-08-24 20:46:30 +02:00 committed by GitHub
parent c5ff49db56
commit 5a2e7f9b1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 242 additions and 228 deletions

View file

@ -48,7 +48,7 @@ options:
- Use local package base instead of fetching an updated one.
type: bool
required: false
default: no
default: false
annotation:
description:
- A list of keyvalue-pairs of the form
@ -91,14 +91,14 @@ options:
- Remove automatically installed packages which are no longer needed.
required: false
type: bool
default: no
default: false
ignore_osver:
description:
- Ignore FreeBSD OS version check, useful on -STABLE and -CURRENT branches.
- Defines the C(IGNORE_OSVERSION) environment variable.
required: false
type: bool
default: no
default: false
version_added: 1.3.0
author: "bleader (@bleader)"
notes: