1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-04-24 06:05:02 +02:00

Exclude node.rules from being linted by ansible-lint

This commit is contained in:
Jelle van der Waa 2021-03-01 17:41:33 +01:00
parent c238ebda47
commit 3d3fba3e31
No known key found for this signature in database
GPG Key ID: C06086337C50773E

View File

@ -2,6 +2,7 @@ exclude_paths:
- misc
# FIXME: parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
- playbooks/tasks
- roles/prometheus/files/node.rules.yml
skip_list:
# line too long (x > 80 characters) (line-length)
- 'line-length'