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