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 <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2020-10-14 09:52:03 -06:00 committed by Fernando Fernández Mancera
parent dc4bfa7272
commit c6b0226bf6
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
---
skip_list:
- '602'
- '106'

View file

@ -2,4 +2,4 @@
# Write extra requirements for running molecule here:
jmespath
ansible-lint==4.2.0
ansible-lint==4.3.5