mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:46:42 +00:00
fix(mise/tools): update ansible installation instructions to specify compatibility with bcrypt version
This commit is contained in:
@@ -163,7 +163,8 @@ yj = "latest"
|
|||||||
yq = "latest"
|
yq = "latest"
|
||||||
zoxide = "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"]
|
[tools."pipx:ansible"]
|
||||||
version = "latest"
|
version = "latest"
|
||||||
uvx_args = "--with-executables-from=ansible-core --with=passlib --with='bcrypt<4.1'"
|
uvx_args = "--with-executables-from=ansible-core --with=passlib --with='bcrypt<4.1'"
|
||||||
|
|||||||
Reference in New Issue
Block a user