fixup! deb822_repository: add include, exclude parameters

pull/86171/head
Gregor Düster 1 month ago
parent 39812cf3af
commit 3c63d4080b
No known key found for this signature in database
GPG Key ID: 1B4181FC97673B9D

@ -64,13 +64,13 @@ options:
type: bool
exclude:
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).
type: list
elements: str
include:
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).
type: list
elements: str

Loading…
Cancel
Save