From 302e4492cba5eb08a0bd8a0a26e7dc1e47921df7 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 27 Jan 2026 05:32:06 -0600 Subject: [PATCH] update --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31e961e..b1a301f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,10 @@ +variables: + SCRIPT: + value: "base" + description: "Select which Ansible playbook to run." + options: + - "base" + stages: - script