ansible-borg-server-playbook/.vscode/settings.json
SebClem 47f065d800
Some checks failed
ci/woodpecker/push/ansible Pipeline failed
Move mount to systemd
2023-06-21 13:37:02 +02:00

12 lines
319 B
JSON

{
"files.autoSave": "afterDelay",
"files.associations": {
"**hosts*": "yaml",
"*.yml": "ansible",
"**/.woodpecker/*.yml": "yaml"
},
"ansible.ansible.useFullyQualifiedCollectionNames": true,
"editor.formatOnSave": true,
"ansible.python.interpreterPath": "/root/.virtualenvs/ansible/bin/python"
}