Skip to content

Commit

Permalink
lock ansible-lint version at 4.3.5; suppress role name lint warning
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
richm committed Oct 14, 2020
1 parent f8cc55b commit 55faca2
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 55faca2

Please sign in to comment.