13 lines
353 B
JSON
13 lines
353 B
JSON
{
|
|
"yaml.schemas": {
|
|
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/playbook": [
|
|
"./*.yaml"
|
|
],
|
|
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/tasks": [
|
|
"./roles/*/handlers/*.yaml",
|
|
"./roles/*/tasks/*.yaml",
|
|
"./tasks.yaml"
|
|
]
|
|
}
|
|
}
|