fix(ansible): follow linting suggestions

This commit is contained in:
Michele Cereda
2024-08-18 22:45:11 +02:00
parent 15c6880407
commit 8e600c679c
4 changed files with 7 additions and 5 deletions

View File

@@ -3,5 +3,6 @@
offline: true
warn_list:
- 'role-name[path]'
- '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
- package-latest

View File

@@ -1,2 +1,3 @@
ansible/playbooks/keybase.register-device.yml no-changed-when
examples/ansible/aws_ec2.yml yaml[comments-indentation]
examples/ansible/ec2.clone-instance.yml args[module]