lint: ansible-lint suggested updates
Some checks failed
Ansible Lint Check / lint (push) Has been cancelled
Some checks failed
Ansible Lint Check / lint (push) Has been cancelled
This commit is contained in:
parent
2ba6c6691b
commit
58fd3ec476
20 changed files with 139 additions and 56 deletions
11
.ansible-lint.yml
Normal file
11
.ansible-lint.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
exclude_paths:
|
||||
- .ansible/
|
||||
- .cache/
|
||||
- .forgejo/
|
||||
skip_list:
|
||||
- package-latest # it would be lovely to pin versions and test before deployment but lack resources
|
||||
- no-changed-when # TODO: remove this eventually, needs more thinking case by case
|
||||
- risky-file-permissions # TODO: remove this eventually, needs more thinking case by case
|
||||
- yaml[line-length] # TODO: remove this eventually, whitespace changes can cause unforseen problems
|
||||
- galaxy[no-changelog] # TODO: remove this once we tag a release
|
||||
Loading…
Add table
Add a link
Reference in a new issue