From 96615508b557789d9d91a1fe3ecbfad5de4ab569 Mon Sep 17 00:00:00 2001
From: fejao <mail@fejao.de>
Date: Thu, 13 Feb 2025 17:08:26 +0100
Subject: [PATCH] Updating files

---
 ci-cd/playbooks/06_oh_my_bash.yml           |  2 +-
 ci-cd/templates/all-roles-b4-merge.yml      |  2 +-
 ci-cd/templates/role-oh-my-bash.yml         | 12 ++++++------
 roles/c3infodesk-deployment-role-oh-my-bash |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ci-cd/playbooks/06_oh_my_bash.yml b/ci-cd/playbooks/06_oh_my_bash.yml
index 836fbfa..480c410 100644
--- a/ci-cd/playbooks/06_oh_my_bash.yml
+++ b/ci-cd/playbooks/06_oh_my_bash.yml
@@ -5,4 +5,4 @@
   hosts:
     - example_servers_group
   roles:
-    - roles/oh_my_bash
+    - roles/c3infodesk-deployment-role-oh-my-bash
diff --git a/ci-cd/templates/all-roles-b4-merge.yml b/ci-cd/templates/all-roles-b4-merge.yml
index bd7b101..b324418 100644
--- a/ci-cd/templates/all-roles-b4-merge.yml
+++ b/ci-cd/templates/all-roles-b4-merge.yml
@@ -15,4 +15,4 @@ include:
   - local: ci-cd/templates/role-clone-repositories.yml
   - local: ci-cd/templates/role-docker-images.yml
   - local: ci-cd/templates/role-docker-containers.yml
-  # - local: ci-cd/templates/role-oh-my-bash.yml
+  - local: ci-cd/templates/role-oh-my-bash.yml
diff --git a/ci-cd/templates/role-oh-my-bash.yml b/ci-cd/templates/role-oh-my-bash.yml
index da969ce..869bbcb 100644
--- a/ci-cd/templates/role-oh-my-bash.yml
+++ b/ci-cd/templates/role-oh-my-bash.yml
@@ -15,28 +15,28 @@ include:
 ###
 ### SYNTAX
 ###
-syntax-clone-repositories:
+syntax-oh-my-bash:
   stage: syntax-checks
   image: $IMAGE_NAME_SYNTAX
   extends: .script_syntax_check_main
   variables:
-    PLAYBOOK_PATH: $PATH_PLAYBOOK_FOR_ROLE_CLONE_REPOSITORIES
+    PLAYBOOK_PATH: $PATH_PLAYBOOK_FOR_ROLE_OH_MY_BASH
   # only:
   #   changes:
-  #     - roles/c3infodesk-deployment-role-clone-repositories
+  #     - roles/c3infodesk-deployment-role-oh-my-bash
 
 ###
 ### LINT
 ###
-lint-clone-repositories:
+lint-oh-my-bash:
   stage: lint-tests
   image: $IMAGE_NAME_LINT
   extends: .run_lint
   variables:
-    PLAYBOOK_PATH: $PATH_PLAYBOOK_FOR_ROLE_CLONE_REPOSITORIES
+    PLAYBOOK_PATH: $PATH_PLAYBOOK_FOR_ROLE_OH_MY_BASH
   # only:
   #   changes:
-  #     - roles/c3infodesk-deployment-role-clone-repositories
+  #     - roles/c3infodesk-deployment-role-oh-my-bash
 
 ###
 ### MOLECULE
diff --git a/roles/c3infodesk-deployment-role-oh-my-bash b/roles/c3infodesk-deployment-role-oh-my-bash
index 11cd70c..900d078 160000
--- a/roles/c3infodesk-deployment-role-oh-my-bash
+++ b/roles/c3infodesk-deployment-role-oh-my-bash
@@ -1 +1 @@
-Subproject commit 11cd70cfb266f76ab8909a9e3217233061be1000
+Subproject commit 900d078af1526012f5996835ac840510e1758826
-- 
GitLab