diff options
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 0734f43f4..717f8a266 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -393,6 +393,7 @@ case {alpine} in \ "3.18") \ [ -z "$VIRTUAL_ENV" ] && apk add ansible git ;; \ + ansible-galaxy collection install -f community.docker ;; \ "3.19") \ [ -z "$VIRTUAL_ENV" ] && apk add ansible git && \ ansible-galaxy collection install -f community.docker ;; \ |