|
|
|
@ -64,13 +64,13 @@ options:
|
|
|
|
type: bool
|
|
|
|
type: bool
|
|
|
|
exclude:
|
|
|
|
exclude:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Controls which packages APT should use from the repository.
|
|
|
|
- Controls which packages APT should not use from the repository.
|
|
|
|
- Mutually exclusive with O(include).
|
|
|
|
- Mutually exclusive with O(include).
|
|
|
|
type: list
|
|
|
|
type: list
|
|
|
|
elements: str
|
|
|
|
elements: str
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Controls which packages APT should not use from the repository.
|
|
|
|
- Controls which packages APT should use from the repository.
|
|
|
|
- Mutually exclusive with O(exclude).
|
|
|
|
- Mutually exclusive with O(exclude).
|
|
|
|
type: list
|
|
|
|
type: list
|
|
|
|
elements: str
|
|
|
|
elements: str
|
|
|
|
|