Skip to content

Commit 00a6803

Browse files
authored
Merge pull request #176 from richm/ansible-lint-43
lock ansible-lint version at 4.3.5; suppress role name lint warning
2 parents 80a2200 + 2dd3506 commit 00a6803

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)