Add passlib to installed python libraries

This commit is contained in:
Christer Warén
2026-05-16 13:56:09 +03:00
parent d3277f8632
commit eb445d1352
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ wx-init(){
dnf install -y python3-pip jq git curl lsb_release &> /dev/null dnf install -y python3-pip jq git curl lsb_release &> /dev/null
python3 -m venv /opt/ansible &> /dev/null python3 -m venv /opt/ansible &> /dev/null
/opt/ansible/bin/pip3 install 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 \ curl \
-H "X-Vault-Token: $TOKEN" \ -H "X-Vault-Token: $TOKEN" \
+1 -1
View File
@@ -38,7 +38,7 @@ wx-init(){
dnf install -y python3-pip jq git curl lsb_release &> /dev/null dnf install -y python3-pip jq git curl lsb_release &> /dev/null
python3 -m venv /opt/ansible &> /dev/null python3 -m venv /opt/ansible &> /dev/null
/opt/ansible/bin/pip3 install 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 \ curl \
-H "X-Vault-Token: $TOKEN" \ -H "X-Vault-Token: $TOKEN" \