chore(mise/tools): improve globally installed ansible setup

This commit is contained in:
Jim Myhrberg
2025-01-06 11:03:46 +00:00
parent 1ab8503b1c
commit 8ecb6a1d84

View File

@@ -58,7 +58,8 @@ uvx = true
"npm:vscode-css-languageserver-bin" = "latest"
"npm:vscode-json-languageserver" = "latest"
"npm:yaml-language-server" = "latest"
"pipx:ansible-core" = "latest"
"pipx:ansible-core" = { version = "latest", uvx_args = "--with ansible" }
"pipx:ansible-lint" = "latest"
"pipx:fonttools" = "latest"
"pipx:pipx" = "latest"
"pipx:yamllint" = "latest"