From eb445d135299bcd40da63c51e3bbf0c73876cadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 16 May 2026 13:56:09 +0300 Subject: [PATCH] Add passlib to installed python libraries --- init.sh | 2 +- src/functions/init.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index 0baeec4..a6a9594 100755 --- a/init.sh +++ b/init.sh @@ -53,7 +53,7 @@ wx-init(){ dnf install -y python3-pip jq git curl lsb_release &> /dev/null python3 -m venv /opt/ansible &> /dev/null /opt/ansible/bin/pip3 install ansible &> /dev/null - /opt/ansible/bin/pip3 install cryptography dnspython hvac jmespath netaddr pexpect xmltodict &> /dev/null + /opt/ansible/bin/pip3 install cryptography dnspython hvac jmespath netaddr passlib pexpect xmltodict &> /dev/null curl \ -H "X-Vault-Token: $TOKEN" \ diff --git a/src/functions/init.sh b/src/functions/init.sh index a60acdf..ce0ebac 100644 --- a/src/functions/init.sh +++ b/src/functions/init.sh @@ -38,7 +38,7 @@ wx-init(){ dnf install -y python3-pip jq git curl lsb_release &> /dev/null python3 -m venv /opt/ansible &> /dev/null /opt/ansible/bin/pip3 install ansible &> /dev/null - /opt/ansible/bin/pip3 install cryptography dnspython hvac jmespath netaddr pexpect xmltodict &> /dev/null + /opt/ansible/bin/pip3 install cryptography dnspython hvac jmespath netaddr passlib pexpect xmltodict &> /dev/null curl \ -H "X-Vault-Token: $TOKEN" \