From ead236947fb424a87d0dceb37870ac5e98275ff0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 24 Sep 2025 03:49:43 +0100 Subject: [PATCH] fix(mise/ansible): resolve issues with ansible installed via mise --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 680723c..108963c 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -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"