From 393ae0bc8a4ede5f53fdcd1b3a1c355027c1a444 Mon Sep 17 00:00:00 2001
From: fejao <mail@fejao.de>
Date: Mon, 27 Jan 2025 23:12:41 +0100
Subject: [PATCH] Updated the .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1f659a..478c977 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,9 +63,9 @@ systax-check-test:
     - pip3 install -r requirements.txt
   script:
     - echo "Running ansible-lint tests at the role-> 'test'"
+    - ansible-playbook --syntax-check -i $INVENTORIES_PATH $PLAYBOOK_NAME_FOR_ROLE_TEST
     # - ansible-playbook --systax-check -i inventories/hosts $PLAYBOOK_NAME_FOR_ROLE_TEST
-    # - ansible-playbook --systax-check -i $INVENTORIES_PATH $PLAYBOOK_NAME_FOR_ROLE_TEST
-    - ansible-playbook --systax-check -i inventories/hosts playbooks/ci-cd/01_test.yml
+    # - ansible-playbook --syntax-check -i inventories/hosts playbooks/ci-cd/01_test.yml
   allow_failure: false
 
 ###
-- 
GitLab