Skip to content
Snippets Groups Projects
Commit 529deae4 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

ansible-lint: Fix file kind and ignores.

ansible-lint must ignore Azure configuration, and handle non-test files
with the proper kind (tasks or playbook).
parent a9458625
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,11 @@ exclude_paths: ...@@ -16,6 +16,11 @@ exclude_paths:
kinds: kinds:
- playbook: '**/tests/**/test_*.yml' - playbook: '**/tests/**/test_*.yml'
- playbook: '**/playbooks/**/*.yml' - playbook: '**/playbooks/**/*.yml'
- playbook: '**/tests/ca-less/install_*_without_ca.yml'
- playbook: '**/tests/ca-less/clean_up_certificates.yml'
- playbook: '**/tests/external-signed-ca-with-automatic-copy/install-server-with-external-ca-with-automatic-copy.yml'
- playbook: '**/tests/external-signed-ca-with-manual-copy/install-server-with-external-ca-with-manual-copy.yml'
- playbook: '**/tests/user/create_users_json.yml'
- tasks: '**/tasks_*.yml' - tasks: '**/tasks_*.yml'
- tasks: '**/env_*.yml' - tasks: '**/env_*.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment