From fcbcce79f6da5b476dbccb180fd10d357e0cbc44 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 9 Dec 2025 22:13:01 +0000 Subject: [PATCH] fix(mise/tools): update ansible installation instructions to specify compatibility with bcrypt version --- 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 1ef8e9f..4fe8e8e 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -163,7 +163,8 @@ yj = "latest" yq = "latest" zoxide = "latest" -# Install ansible with passlib[argon2] +# Install ansible with passlib and bcrypt<4.1, as passlib is not compatible with +# bcrypt 4.1 or later. [tools."pipx:ansible"] version = "latest" uvx_args = "--with-executables-from=ansible-core --with=passlib --with='bcrypt<4.1'"