mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Adjust booleans in packaging modules. (#5154)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user