[ANSIBLE] Changed ansible package name
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Cornet 2022-04-13 13:40:11 +02:00
parent 9493f8f35e
commit efd50521d8

View File

@ -23,6 +23,6 @@ RUN rm -rf /var/cache/apk/*
# install ansible + linters
RUN pip3 install --upgrade pip
RUN pip3 install ansible-core==${ANSIBLE_VERSION}
RUN pip3 install ansible-base==${ANSIBLE_VERSION}
RUN pip3 install ansible-lint==${ANSIBLE_LINT_VERSION}
RUN pip3 install yamllint==${YAML_LINT_VERSION}