Add python-jmespath and sshpass for Ansible

This commit is contained in:
Tobias Strobel 2023-11-01 17:26:52 +01:00
parent cb77f80d36
commit cd7f0ceac8

View file

@ -239,6 +239,10 @@ optdeps=(
python-nautilus python-nautilus
# ansible: crypto functions # ansible: crypto functions
python-passlib python-passlib
# ansible: json_query filter
python-jmespath
# ansible: ssh password connection
sshpass
) )
pacman -Syu --noconfirm --needed "${packages[@]}" pacman -Syu --noconfirm --needed "${packages[@]}"