[ci/cd] feat: skip vars

This commit is contained in:
Simon Cornet 2024-12-09 11:13:51 +01:00
commit 4acdc62020

View file

@ -4,7 +4,7 @@ exclude_paths:
- "vars/*" - "vars/*"
kinds: kinds:
- tasks: "**/*.{yml,yaml}" - playbook: "**/*.{yml,yaml}"
skip_list: skip_list:
- "command-shell" - "command-shell"
@ -15,4 +15,5 @@ skip_list:
- "name[casing]" - "name[casing]"
- "name[template]" - "name[template]"
- "risky-file-permissions" - "risky-file-permissions"
- "schema[playbook]"
- "var-naming[no-role-prefix]" - "var-naming[no-role-prefix]"