blob: 274a4461746f4d03f86a34342fe845358833695e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# .ansible-lint file for integration tests
---
skip_list:
- unnamed-task
- truthy
- var-naming
- meta-no-info
- ignore-errors
- risky-file-permissions
- command-instead-of-shell
|