Build Windows Templates in RHV
This commit is contained in:
12
roles/linux-system-roles.network/.ansible-lint
Normal file
12
roles/linux-system-roles.network/.ansible-lint
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
skip_list:
|
||||
- '106' # Role name does not match ^[a-z][a-z0-9_]+$ pattern
|
||||
- '206' # Variables should have spaces before and after: {{ var_name }}
|
||||
- '208' # File permissions unset or incorrect
|
||||
- '301' # Commands should not change things if nothing needs doing
|
||||
- '303' # Using command rather than module
|
||||
- '305' # Use shell only when shell functionality is required
|
||||
- '403' # Package installs should not use latest
|
||||
- '502' # All tasks should be named
|
||||
- '601' # Don't compare to literal True/False
|
||||
- '602' # Don't compare to empty string
|
||||
Reference in New Issue
Block a user