mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-22 18:24:53 +00:00
9 lines
485 B
Text
9 lines
485 B
Text
# .ansible-lint
|
|
skip_list:
|
|
- '208'
|
|
- command-instead-of-module # Using command rather than module.
|
|
- command-instead-of-shell # Use shell only when shell functionality is required.
|
|
- no-changed-when # Commands should not change things if nothing needs doing.
|
|
- risky-shell-pipe # Shells that use pipes should set the pipefail option.
|
|
- literal-compare # Don't compare to literal True/False.
|
|
- var-naming[no-role-prefix] # Internal variables don't need role prefix.
|