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