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"