From 4b8173de34082ad796c77c49bcad88b5897e3f8a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 27 Jan 2026 05:50:58 -0600 Subject: [PATCH] update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89e9382..0ae21ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,6 @@ ansible-base: before_script: - apt update && apt install tzdata ansible python3-pip -y script: - - ansible-playbook $CI_PROJECT_DIR/ansible/base.yml + - ansible-playbook $CI_PROJECT_DIR/ansible/base.yaml rules: - if: '$SCRIPT == "base"'