From 6127902051d395837d74b3df5efe94f8eed93478 Mon Sep 17 00:00:00 2001 From: Adam Thompson Date: Sat, 15 Aug 2015 10:50:17 -0500 Subject: [PATCH] Add dependency so the "ssh" command is available. I'm reasonably sure the package has been called "openssh-clients" across all distros since the RHEL5 era. Installed Ansible on a "minimal" CentOS server and spent a bit of time having to figure out why everything was failing... --- packaging/rpm/ansible.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 22b594b91a5adb..3097b2f4b04671 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -73,6 +73,7 @@ Requires: python-setuptools %endif Requires: sshpass +Requires: openssh-clients %description