From cd7f0ceac835a5acf39a57a3559a4a0dc0e4ad7c Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Wed, 1 Nov 2023 17:26:52 +0100 Subject: [PATCH] Add python-jmespath and sshpass for Ansible --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 43a7f5a..0b216ae 100755 --- a/install.sh +++ b/install.sh @@ -239,6 +239,10 @@ optdeps=( python-nautilus # ansible: crypto functions python-passlib + # ansible: json_query filter + python-jmespath + # ansible: ssh password connection + sshpass ) pacman -Syu --noconfirm --needed "${packages[@]}"