Files
ansible/.vscode/settings.json
2023-11-16 12:11:50 +01: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
}