diff --git a/lib/ansible/modules/deb822_repository.py b/lib/ansible/modules/deb822_repository.py index d04f11927df..d4769ab9d8f 100644 --- a/lib/ansible/modules/deb822_repository.py +++ b/lib/ansible/modules/deb822_repository.py @@ -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