From 480d073db18edf5e41137dedc48abf0a815442df Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 8 Nov 2023 17:21:35 +0100 Subject: [PATCH] [Renovate] Enable pypi source --- Dockerfile.linux.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 26d5533..2e84ab5 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -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