1
0
Fork 0

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
1 changed files with 4 additions and 0 deletions

View File

@ -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[@]}"