From c6b0226bf6eaa75e4bed8909db3778071998a2c2 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 14 Oct 2020 09:52:03 -0600 Subject: [PATCH] lock ansible-lint version at 4.3.5; suppress role name lint warning lock the ansible-lint version to use the latest version 4.3.5 which is compatible with the latest ansible 2.10 This means we need to suppress the error about the role name Signed-off-by: Rich Megginson --- .ansible-lint | 1 + molecule_extra_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index 6fee768..75062e5 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,3 +1,4 @@ --- skip_list: - '602' +- '106' diff --git a/molecule_extra_requirements.txt b/molecule_extra_requirements.txt index 0d9edc4..a574bf2 100644 --- a/molecule_extra_requirements.txt +++ b/molecule_extra_requirements.txt @@ -2,4 +2,4 @@ # Write extra requirements for running molecule here: jmespath -ansible-lint==4.2.0 +ansible-lint==4.3.5