mirror of
https://github.com/idealista/cookiecutter-ansible-role.git
synced 2024-11-19 19:06:12 +01:00
42900e46c4
Change travis.yml order of email notification as documentation explains. Add first line `---` to ansible-lint file because it's a yml. #92 Fix meta.yml lint warning from `galaxy-tags` to `galaxy_tags`.
11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
---
|
|
exclude_paths:
|
|
- ./molecule
|
|
- ./.travis.yml
|
|
- ./.github
|
|
parseable: true
|
|
skip_list:
|
|
- '204'
|
|
use_default_rules: true
|
|
verbosity: 1
|