You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
370 B
17 lines
370 B
---
|
|
|
|
use_default_rules: true
|
|
|
|
skip_list:
|
|
- unnamed-task
|
|
- no-handler
|
|
- no-jinja-nesting
|
|
- schema
|
|
- command-instead-of-shell
|
|
- role-name
|
|
# We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
|
|
# before finally dumping it to a file.
|
|
- template-instead-of-copy
|
|
|
|
offline: false
|