configs/.ansible-lint

6 lines
252 B
Plaintext

# .ansible-lint
skip_list:
- command-instead-of-shell # Use shell only when shell functionality is required
- no-changed-when # Commands should not change things if nothing needs doing
- package-latest # Package installs should not use latest