Fix apt_repository argspecs
This commit is contained in:
@@ -22,10 +22,9 @@ argument_specs:
|
||||
required: false
|
||||
default: ''
|
||||
repo_suite:
|
||||
description: Suite of the repository. Usually distribution codename.
|
||||
description: Suite of the repository. Usually distribution codename. Defaults to value of `ansible_distribution_release`.
|
||||
type: str
|
||||
required: false
|
||||
default: "{{ ansible_distribution_release }}"
|
||||
repo_components:
|
||||
description: Components of the repository to use
|
||||
type: list
|
||||
|
||||
Reference in New Issue
Block a user