From 8ecb6a1d846c92517778f8931336fb3692e455ba Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 6 Jan 2025 11:03:46 +0000 Subject: [PATCH] chore(mise/tools): improve globally installed ansible setup --- config/mise/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 1adce8c..eb82075 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -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"