configs/.ansible-lint

6 lines
252 B
Plaintext
Raw Permalink Normal View History

2022-01-26 22:30:17 -05:00
# .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