Skip to content

Commit

Permalink
Merge pull request linux-system-roles#23 from richm/ansible-lint-43
Browse files Browse the repository at this point in the history
lock ansible-lint version at 4.3.5; suppress role name lint warning
  • Loading branch information
richm authored Oct 14, 2020
2 parents f8cc55b + 55faca2 commit 65827a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
skip_list:
- '602'
- '106'
- '208'
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ commands =
[molecule_common]
changedir = {toxinidir}
deps =
ansible-lint==4.2.0
ansible-lint==4.3.5
{env:LSR_ANSIBLE_DEP:ansible}
docker{env:LSR_MOLECULE_DOCKER_VERSION:}
molecule<3
Expand Down

0 comments on commit 65827a0

Please sign in to comment.