mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-05 14:24:48 +00:00
Merge pull request #818 from rjeffman/ansible_lint_tasks
ansible-lint: Identify env_*.yml and tasks_*.yml as task files.
This commit is contained in:
@@ -14,6 +14,8 @@ exclude_paths:
|
|||||||
kinds:
|
kinds:
|
||||||
- playbook: '**/tests/**/test_*.yml'
|
- playbook: '**/tests/**/test_*.yml'
|
||||||
- playbook: '**/playbooks/**/*.yml'
|
- playbook: '**/playbooks/**/*.yml'
|
||||||
|
- tasks: '**/tasks_*.yml'
|
||||||
|
- tasks: '**/env_*.yml'
|
||||||
|
|
||||||
parseable: true
|
parseable: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user