Updating ansiblels config

This commit is contained in:
w34164
2025-07-17 12:22:19 +02:00
parent 1b710da032
commit 93f5c4eeee

View File

@@ -53,12 +53,12 @@ return {
executionEnvironment = { enabled = false }, executionEnvironment = { enabled = false },
validation = { validation = {
enabled = false, enabled = false,
-- lint = { enabled = true, path = 'ansible-lint' }, lint = { enabled = true, path = 'ansible-lint' },
}, },
}, },
}, },
filetypes = { 'yaml', 'yml', 'ansible' }, filetypes = { 'yaml', 'yml', 'ansible' },
root_dir = lspconfig.util.root_pattern("roles", "playbooks", "Documents"), root_dir = lspconfig.util.root_pattern("roles", "playbooks"),
single_file_support = false, single_file_support = false,
}) })
end, end,