Skip ansible-lint 106

This is not in a collection so we don't need this rule.

Change-Id: Ifccba459bd19c05cd7a4a616a8d8cbbb62f1d3e2
This commit is contained in:
Alex Schultz 2020-11-09 11:04:29 -07:00
parent 0c8693cecc
commit e5f5da74ca
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ commands =
setenv = setenv =
{[testenv:ansible]setenv} {[testenv:ansible]setenv}
commands = commands =
ansible-lint -x ANSIBLE0016 {toxinidir} ansible-lint -x ANSIBLE0016,106 {toxinidir}
[testenv:ansible-syntax] [testenv:ansible-syntax]