Fix packaging uninstallation error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-02-02 08:38:10 +01:00
parent dd59668ab5
commit 042275aae3

View File

@ -27,9 +27,10 @@ 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-lint==${ANSIBLE_LINT_VERSION}
RUN pip3 install yamllint==${YAML_LINT_VERSION}
RUN pip3 install --use-pep517 --ignore-installed \
ansible-core==${ANSIBLE_VERSION} \
ansible-lint==${ANSIBLE_LINT_VERSION} \
yamllint==${YAML_LINT_VERSION}
# install ansible collections