fix(mise/ansible): resolve issues with ansible installed via mise

This commit is contained in:
2025-09-24 03:49:43 +01:00
parent 93eb2af279
commit ead236947f

View File

@@ -77,7 +77,7 @@ ruby_install = true
"npm:vscode-json-languageserver" = "latest"
"npm:yaml-language-server" = "latest"
"npm:yarn" = "latest"
"pipx:ansible-core" = { version = "latest", uvx_args = "--with ansible" }
"pipx:ansible" = { version = "latest", uvx_args = "--with-executables-from ansible-core" }
"pipx:ansible-lint" = "latest"
"pipx:dmgbuild" = "latest"
"pipx:fonttools" = "latest"