tripleo-ansible/.ansible-lint
Gael Chamoulaud bbc895207e Add custom ansible-lint rule for Role Names
Roles can no longer have a "-" in them according to the upstream ansible
documentation[0]. This change adds a new ansible-lint rule to check if
the role name is respecting the Ansible recommendations.

[0] https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#roles-directory

Change-Id: I46bfbc3a78d71ba675697b1e3ce95286e9cb7941
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2020-02-27 10:53:11 +00:00

8 lines
114 B
Plaintext

exclude_paths:
- releasenotes/
parseable: true
quiet: false
rulesdir:
- .ansible-lint_rules/
verbosity: 1