refactor(snippets/aws/tasks): use playbook format, reorder

This commit is contained in:
Michele Cereda
2024-11-13 01:31:24 +01:00
parent d8e2031587
commit b922f2660b
4 changed files with 721 additions and 583 deletions

View File

@@ -3,7 +3,9 @@
offline: true
warn_list:
- name[template] # Jinja templates should only be at the end of 'name' -- oh come on!
- role-name[path] # Avoid using paths when importing roles -- yeah, need for testing
- yaml[comments-indentation]
- package-latest
- 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