Skip to content

Commit 2dd3506

Browse files
committed
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 This means we need to suppress the error about the role name, and the error about missing `mode` in `file` and `template` usage.
1 parent 80a2200 commit 2dd3506

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.ansible-lint

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
skip_list:
33
- '602'
4+
- '106'
5+
- '208'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ commands =
108108
[molecule_common]
109109
changedir = {toxinidir}
110110
deps =
111-
ansible-lint==4.2.0
111+
ansible-lint==4.3.5
112112
{env:LSR_ANSIBLE_DEP:ansible}
113113
docker{env:LSR_MOLECULE_DOCKER_VERSION:}
114114
molecule<3

0 commit comments

Comments
 (0)