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:
Thomas Woerner
2022-04-26 12:28:43 +02:00
committed by GitHub

View File

@@ -14,6 +14,8 @@ exclude_paths:
kinds:
- playbook: '**/tests/**/test_*.yml'
- playbook: '**/playbooks/**/*.yml'
- tasks: '**/tasks_*.yml'
- tasks: '**/env_*.yml'
parseable: true