Added kickstarter validator.

This commit is contained in:
unknown 2019-08-13 21:44:28 +02:00
parent bb1d4ab7fd
commit de748c24a7
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@
FROM alpine:edge
RUN apk add ansible-lint && \
RUN apk add ansible-lint py3-setuptools py3-six py3-requests && \
pip3 install --upgrade pip && \
pip3 install yamllint && \
pip3 install yamllint pykickstart ordered-set && \
ansible-lint --version && \
yamllint -v
ksvalidator -v