Files
ansible/.vscode/settings.json
2024-04-24 09:28:37 +02:00

10 lines
396 B
JSON

{
"ansible.python.interpreterPath": "/bin/python3",
"yaml.schemas": {
"https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/playbook": [
"file:///home/alex/git/ansible/shutdown_windows.yml",
"file:///home/alex/ansible/ansible/shutdown_windows.yml"
]
},
"ansible.lightspeed.enabled": true
}