feat(mise/tools): update ansible installation configuration and remove deprecated npm package

This commit is contained in:
2025-12-09 22:00:32 +00:00
parent c2ab0a9362
commit 192e6d6a21

View File

@@ -78,7 +78,6 @@ ruby_install = true
"npm:vscode-json-languageserver" = "latest" "npm:vscode-json-languageserver" = "latest"
"npm:yaml-language-server" = "latest" "npm:yaml-language-server" = "latest"
"npm:yarn" = "latest" "npm:yarn" = "latest"
"pipx:ansible" = { version = "latest", uvx_args = "--with-executables-from ansible-core" }
"pipx:ansible-lint" = "latest" "pipx:ansible-lint" = "latest"
"pipx:dmgbuild" = "latest" "pipx:dmgbuild" = "latest"
"pipx:fonttools" = "latest" "pipx:fonttools" = "latest"
@@ -163,3 +162,8 @@ watchexec = "latest"
yj = "latest" yj = "latest"
yq = "latest" yq = "latest"
zoxide = "latest" zoxide = "latest"
# Install ansible with passlib[argon2]
[tools."pipx:ansible"]
version = "latest"
uvx_args = "--with-executables-from=ansible-core --with=passlib --with='bcrypt<4.1'"