mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:26:39 +00:00
feat(mise/tools): update ansible installation configuration and remove deprecated npm package
This commit is contained in:
@@ -78,7 +78,6 @@ ruby_install = true
|
||||
"npm:vscode-json-languageserver" = "latest"
|
||||
"npm:yaml-language-server" = "latest"
|
||||
"npm:yarn" = "latest"
|
||||
"pipx:ansible" = { version = "latest", uvx_args = "--with-executables-from ansible-core" }
|
||||
"pipx:ansible-lint" = "latest"
|
||||
"pipx:dmgbuild" = "latest"
|
||||
"pipx:fonttools" = "latest"
|
||||
@@ -163,3 +162,8 @@ watchexec = "latest"
|
||||
yj = "latest"
|
||||
yq = "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'"
|
||||
|
||||
Reference in New Issue
Block a user