Fix apt_repository argspecs
This commit is contained in:
@@ -22,10 +22,9 @@ argument_specs:
|
|||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
repo_suite:
|
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
|
type: str
|
||||||
required: false
|
required: false
|
||||||
default: "{{ ansible_distribution_release }}"
|
|
||||||
repo_components:
|
repo_components:
|
||||||
description: Components of the repository to use
|
description: Components of the repository to use
|
||||||
type: list
|
type: list
|
||||||
|
|||||||
Reference in New Issue
Block a user