Skip to content

Commit 2e10e96

Browse files
Add missing ansible-galaxy binary.
1 parent ea5cbc7 commit 2e10e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ molecule:
4848

4949
galaxy:
5050
script:
51+
- apk add ansible-core
5152
- ansible-galaxy role import --api-key ${GALAXY_API_KEY} robertdebock ${CI_PROJECT_NAME}
5253
rules:
5354
- if: $CI_COMMIT_TAG != null

0 commit comments

Comments
 (0)