fix(ansible): follow linting suggestions

This commit is contained in:
Michele Cereda
2024-12-20 20:36:08 +01:00
parent 6194390981
commit 4df6446474
2 changed files with 12 additions and 5 deletions

View File

@@ -3,9 +3,10 @@
offline: true
warn_list:
- name[template] # Jinja templates should only be at the end of 'name'
- role-name[path] # Avoid using paths when importing roles
- name[template] # Jinja templates should only be at the end of 'name'
- role-name[path] # Avoid using paths when importing roles
- yaml[comments-indentation] # Comment not indented like content
- yaml[brackets] # Too many spaces inside brackets
- package-latest # Package installs should not use latest
- jinja[spacing] # Jinja2 spacing could be improved
- yaml[brackets] # Too many spaces inside brackets
- yaml[line-length] # Line too long
- package-latest # Package installs should not use latest
- jinja[spacing] # Jinja2 spacing could be improved