diff --git a/ci-cd/playbooks/06_oh_my_bash.yml b/ci-cd/playbooks/06_oh_my_bash.yml index 836fbfa95d139d6f6ecabdc7f5ba309bfc5e07f5..480c410243a01404611c38ff8243e93745b7e102 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 bd7b10170bce9e8fbe87ae8cbdb7adacf2623944..b324418e56c43dea9f3ee6e0df8076ea42f5cd56 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 da969cee82709aa13126181982b09344ecf8ece7..869bbcba0f21ae58ade249678e5ac50fa74a45ca 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 11cd70cfb266f76ab8909a9e3217233061be1000..900d078af1526012f5996835ac840510e1758826 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