16 lines
258 B
JSON
16 lines
258 B
JSON
|
{
|
||
|
"disabled": true,
|
||
|
"all_targets": true,
|
||
|
"ignore_self": true,
|
||
|
"extensions": [
|
||
|
".py"
|
||
|
],
|
||
|
"prefixes": [
|
||
|
"plugins/module_utils/compat/"
|
||
|
],
|
||
|
"output": "path-message",
|
||
|
"requirements": [
|
||
|
"requests"
|
||
|
]
|
||
|
}
|