From efd50521d846cceca0d33dc8fdbd0226d4f07119 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 13 Apr 2022 13:40:11 +0200 Subject: [PATCH] [ANSIBLE] Changed ansible package name --- Dockerfile.linux.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index b1a4e81..d31087a 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -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}