fix injection
This commit is contained in:
parent
93ebe61f0a
commit
b6fe4a197d
@ -32,7 +32,7 @@ RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl
|
|||||||
echo "Installing molecule version '$MOLECULE_VERSION' ..." && \
|
echo "Installing molecule version '$MOLECULE_VERSION' ..." && \
|
||||||
pipx inject --include-apps ansible molecule && \
|
pipx inject --include-apps ansible molecule && \
|
||||||
pipx inject --include-apps ansible pytest && \
|
pipx inject --include-apps ansible pytest && \
|
||||||
pipx inject --include-apps ansible pytest-testinfra && \
|
pipx inject ansible pytest-testinfra && \
|
||||||
pipx inject ansible molecule-plugins[docker] && \
|
pipx inject ansible molecule-plugins[docker] && \
|
||||||
pipx inject ansible molecule_hetznercloud && \
|
pipx inject ansible molecule_hetznercloud && \
|
||||||
pipx inject ansible boto && \
|
pipx inject ansible boto && \
|
||||||
|
Reference in New Issue
Block a user