CiscoDevNet / FTDAnsible

FTD Ansible module
GNU General Public License v3.0
38 stars 20 forks source link

Install sshpass as part of Dockerfile #99

Closed annikulin closed 5 years ago

annikulin commented 5 years ago

This PR updates Dockerfile to install sshpass package while building the image. It's necessary if we want to run Ansible tasks with SSH connection on ftd-ansible image. Without sshpass installed, it doesn't work:

FAILED! => {"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"}