Обновить .ansible-lint

Добавлены некоторые правила для упрощения дебага
This commit is contained in:
2025-03-18 17:25:06 +03:00
parent 40de677483
commit 8954b3f976

View File

@@ -2,4 +2,6 @@ skip_list:
- fqcn
- yaml[new-line-at-end-of-file]
- yaml[truthy]
- var-naming[no-role-prefix]
- yaml[line-length]
- var-naming[no-role-prefix]
- 'ignore-errors'