Install general modules

This commit is contained in:
2023-08-19 22:29:24 +12:00
parent f1871cd066
commit 50d13c0490

View File

@@ -3,7 +3,8 @@ ARG DEPOT_VERSION=2.30.0
RUN pip install 'ansible-core<2.17' \
'ansible-compat==3.0.2' \
'molecule[docker]<5.0.0'
'molecule[docker]<5.0.0' && \
ansible-galaxy collection install community.general
COPY --from=docker:20.10 /usr/local/bin/docker /usr/local/bin/