From 526dbdbc1f883b5b5729d29c7177d8f5b8a0a08d Mon Sep 17 00:00:00 2001 From: Durp Date: Thu, 29 Jan 2026 11:38:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c6fd72..d37494f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,20 @@ +spec: + inputs: + SCRIPT: + description: "Select which Ansible playbook to run." + options: + - '' + - 'base' + default: '' + type: string + +--- variables: - SCRIPT: - value: "" - description: "Select which Ansible playbook to run." - options: - - "base" +# SCRIPT: +# value: "base" +# description: "Select which Ansible playbook to run." +# options: +# - "base" ANSIBLE_CONFIG: "$CI_PROJECT_DIR/ansible.cfg"