From 039c53abe691ee24775c83d70e2fad936689e68f Mon Sep 17 00:00:00 2001 From: uumas Date: Thu, 27 Mar 2025 21:48:24 +0200 Subject: [PATCH] Fix apt_repository argspecs --- roles/apt_repository/meta/argument_specs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/apt_repository/meta/argument_specs.yaml b/roles/apt_repository/meta/argument_specs.yaml index b3a2ab2..80baabd 100644 --- a/roles/apt_repository/meta/argument_specs.yaml +++ b/roles/apt_repository/meta/argument_specs.yaml @@ -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