Add ansible-lint

This commit is contained in:
2020-06-02 01:42:17 +04:00
parent f42d863e74
commit 9e12b36f88

View File

@@ -10,7 +10,7 @@ RUN echo "===> Adding Python runtime..." && \
pip3 install --upgrade pip && \ pip3 install --upgrade pip && \
\ \
echo "===> Installing Ansible..." && \ echo "===> Installing Ansible..." && \
pip3 install ansible && \ pip3 install ansible ansible-lint && \
\ \
echo "===> Removing package list..." && \ echo "===> Removing package list..." && \
apk del build-dependencies && \ apk del build-dependencies && \