Install windows collection

This commit is contained in:
2023-10-05 17:21:34 +13:00
parent cf14890097
commit 0df34ec321

View File

@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y git && \
'molecule[docker]<5.0.0' \
'ansible-lint==6.16.2' \
'yamllint==1.32.0' && \
ansible-galaxy collection install community.general
ansible-galaxy collection install community.general \
ansible.windows
COPY --from=docker:20.10 /usr/local/bin/docker /usr/local/bin/