Skip to content

Commit

Permalink
disable ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cschindlbeck committed Oct 3, 2024
1 parent ff374d4 commit 2a6c45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/plugins/lsp-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ return {
"WhoIsSethDaniel/mason-tool-installer.nvim",
opts = {
ensure_installed = {
"ansiblels", -- 1.2.1 on arch
{ "ansible-lint", version = "6.10.0", auto_update = false }, -- ubuntu 20.04
"ansiblels", -- 1.2.1 on arch
-- { "ansible-lint", version = "6.10.0", auto_update = false }, -- ubuntu 20.04
-- "ansible-lint", -- 24.2.0 on arch
"black",
"docker-compose-language-service",
Expand Down

0 comments on commit 2a6c45a

Please sign in to comment.