Include ansible-lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy 2021-01-07 11:41:09 +01:00
parent 434e5668be
commit afe5d46d83
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -67,7 +67,7 @@ ADD . .
RUN \ RUN \
python3 -m pip wheel \ python3 -m pip wheel \
-w dist \ -w dist \
molecule testinfra molecule-hetznercloud ansible molecule testinfra molecule-hetznercloud ansible ansible-lint
RUN ls -1 dist/ RUN ls -1 dist/
@ -142,6 +142,7 @@ COPY --from=molecule-builder \
/usr/src/molecule/dist /usr/src/molecule/dist
RUN \ RUN \
python3 -m pip install molecule testinfra molecule-hetznercloud ansible python3 -m pip install \
molecule testinfra molecule-hetznercloud ansible ansible-lint
ENV SHELL /bin/bash ENV SHELL /bin/bash