Fixing bug.

This commit is contained in:
ronny 2019-08-13 21:48:37 +02:00
parent b8fcbcba37
commit c1dcb57a73
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ RUN apk add ansible-lint py3-setuptools py3-six py3-requests && \
pip3 install --upgrade pip && \
pip3 install yamllint pykickstart ordered-set && \
ansible-lint --version && \
yamllint -v
yamllint -v && \
ksvalidator -v