Need SSH client for Ansible

Paramiko won't cut it, as we need the ssh-agent, among other things.

Change-Id: Ic8a9544827b8aa24236caf07af7d6ac7f84808ce
This commit is contained in:
Clint Byrum 2018-08-27 12:37:18 -07:00
parent d07bc25fc2
commit 60cabbd368
1 changed files with 2 additions and 0 deletions

View File

@ -46,3 +46,5 @@ rsync
curl
gettext [platform:apk]
unzip [platform:apk]
openssh-client [platform:debian platform:apk]
openssh [platform:rpm]