From f8399c6ac00c28ff6e51eb288b27d34ebd52092c Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 13 Feb 2023 13:35:02 +0100 Subject: [PATCH] Use the correct namespace. --- templates/gitlab-ci.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab-ci.yml.j2 b/templates/gitlab-ci.yml.j2 index 531daff..779a6b4 100644 --- a/templates/gitlab-ci.yml.j2 +++ b/templates/gitlab-ci.yml.j2 @@ -23,6 +23,6 @@ molecule: galaxy: script: - - ansible-galaxy role import --api-key ${GALAXY_API_KEY} {{ gitlab_namespace }} ${CI_PROJECT_NAME} + - ansible-galaxy role import --api-key ${GALAXY_API_KEY} {{ galaxy_namespace }} ${CI_PROJECT_NAME} rules: - if: $CI_COMMIT_TAG != null