fix: remove extra ignore section from yamllint config

Standardize .yamllint configuration to match all other ansible roles by removing the custom ignore section for .gitlab/*
This commit is contained in:
Simon Cornet 2026-02-10 08:51:14 +01:00
commit 16b9b2bf62

View file

@ -1,9 +1,6 @@
--- ---
extends: 'default' extends: 'default'
ignore:
- ".gitlab/*"
rules: rules:
braces: braces:
max-spaces-inside: 1 max-spaces-inside: 1