From a78f11af8742a6ee2d3c69773b970f30feace2c3 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Tue, 21 Jan 2025 22:20:28 +0000 Subject: [PATCH] arg spec fix --- meta/argument_specs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index daf1115..68f2256 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -22,6 +22,10 @@ argument_specs: type: str required: true description: String that will be present in the apt cache policy when backports are enabled. + valkey_enabled: + type: bool + required: true + description: Enable and start Valkey. valkey_pkgs: type: list elements: dict -- GitLab