cookiecutter-ansible-role/{{cookiecutter.app_name}}_role/.ansible-lint

10 lines
134 B
Plaintext
Raw Normal View History

2020-04-28 13:23:10 +02:00
exclude_paths:
- ./molecule
- /.travis.yml
- /.github
2020-04-28 13:23:10 +02:00
parseable: true
skip_list:
- '204'
use_default_rules: true
verbosity: 1