diff --git a/defaults/main.yml b/defaults/main.yml index 540a2d5..a9a4653 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -20,5 +20,8 @@ author: Robert de Bock (robert@meinit.nl) # The full URL to your website. author_website: "https://robertdebock.nl/" +# The container to use for GitLab CI. +gitlab_container: "robertdebock/github-action-molecule:6.0.0" + # The molecule action to use. molecule_action: "robertdebock/molecule-action@6.0.0" diff --git a/templates/gitlab-ci.yml.j2 b/templates/gitlab-ci.yml.j2 index f2df6f9..922ca55 100644 --- a/templates/gitlab-ci.yml.j2 +++ b/templates/gitlab-ci.yml.j2 @@ -1,5 +1,5 @@ --- -image: "robertdebock/github-action-molecule:5.0.2" +image: "{{ gitlab_container }}" variables: PY_COLORS: 1