[Renovate] Enable pypi source
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Cornet 2023-11-08 17:21:35 +01:00
parent 4e2fb147be
commit 480d073db1

View File

@ -35,7 +35,7 @@ RUN pip3 install --upgrade pip
RUN pip3 install --use-pep517 --ignore-installed \
ansible-core==${ANSIBLE_VERSION} \
ansible-lint==${ANSIBLE_LINT_VERSION} \
yamllint==${YAML_INT_VERSION}
yamllint==${YAMLLINT_VERSION}
# install ansible collections
RUN ansible-galaxy collection install ansible.posix