Add python-jmespath and sshpass for Ansible
This commit is contained in:
parent
cb77f80d36
commit
cd7f0ceac8
1 changed files with 4 additions and 0 deletions
|
@ -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[@]}"
|
||||
|
|
Loading…
Reference in a new issue