Skip to content
Snippets Groups Projects
Unverified Commit 0d95b8eb authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #818 from rjeffman/ansible_lint_tasks

ansible-lint: Identify env_*.yml and tasks_*.yml as task files.
parents 9b020a56 0efe2c30
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ exclude_paths:
kinds:
- playbook: '**/tests/**/test_*.yml'
- playbook: '**/playbooks/**/*.yml'
- tasks: '**/tasks_*.yml'
- tasks: '**/env_*.yml'
parseable: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment