mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
refactor(snippets/aws/tasks): use playbook format, reorder
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
brackets: disable
|
||||
comments-indentation:
|
||||
level: warning
|
||||
comments:
|
||||
ignore:
|
||||
- 'cloud-init/*'
|
||||
|
||||
@@ -3,3 +3,5 @@ ansible-lint==24.9.2
|
||||
click==8.1.7
|
||||
pyinilint==0.17
|
||||
yq==3.4.3
|
||||
fqdn==1.5.1
|
||||
jmespath==1.0.1
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user