From 4a641c9e8a26c531a2e4d731d58c2b4799e926af Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 2 Oct 2023 09:44:29 +0200 Subject: [PATCH] [v24] Upgraded ansible-lint to v6.20.2 --- Dockerfile.linux.amd64 | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index c4f2b5a..a02ed3c 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -3,7 +3,7 @@ FROM alpine:3.18 # software versions ENV ANSIBLE_VERSION=2.13.11 -ENV ANSIBLE_LINT_VERSION=6.20.1 +ENV ANSIBLE_LINT_VERSION=6.20.2 ENV YAML_LINT_VERSION=1.32.0 # install software diff --git a/README.md b/README.md index d38ca50..18ea8bc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD p # Preinstalled software - ansible-core == 2.13.11 - - ansible-lint == 6.20.1 + - ansible-lint == 6.20.2 - yamllint == 1.32.0 # Ansible collections