Skip to content

Commit 0734396

Browse files
Add missing ansible-galaxy binary.
1 parent 84a5e33 commit 0734396

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
@@ -51,6 +51,7 @@ molecule:
5151

5252
galaxy:
5353
script:
54+
- apk add ansible-core
5455
- ansible-galaxy role import --api-key ${GALAXY_API_KEY} robertdebock ${CI_PROJECT_NAME}
5556
rules:
5657
- if: $CI_COMMIT_TAG != null

0 commit comments

Comments
 (0)