drop ansible-lint offline option

This commit is contained in:
Guido Grazioli
2022-02-15 14:24:03 +01:00
committed by Pelisse Romain
parent 124c8ae0ad
commit 73bbca9fc1
3 changed files with 5 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ exclude_paths:
- .cache/
- .github/
- molecule/
- .ansible-lint
- .yamllint
rulesdir:
- ../../ansible-lint-custom-rules/rules/
@@ -22,4 +24,4 @@ warn_list:
- no-log-password
use_default_rules: true
offline: true
parseable: true