INF-2341 Add step to install Ansible linter

This commit is contained in:
Brett Anspach 2022-05-16 19:06:51 -05:00
parent 2bd004474c
commit 3cc4a1175a

View file

@ -21,6 +21,8 @@ RUN apk add build-base \
python3 \
py3-pip
RUN python3 -m pip install --upgrade pip
# Install Ansible linter
RUN pip3 install ansible-lint