From 27dad708c2a21d029b8a7130686661ba2560edb9 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Wed, 11 Jan 2017 13:54:07 -0500 Subject: [PATCH] Add which in CentOS package list which is needed by virtualenv-tools. Change-Id: I338ab5f9b0362d5a992e840625a79d02c00e3888 --- vars/redhat-7.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 77bb423c..12b212f6 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -28,6 +28,7 @@ horizon_distro_packages: - MySQL-python - openssl - openssl-libs + - which horizon_apache_conf: "/etc/httpd/conf/httpd.conf" horizon_apache_security_conf: "{{ horizon_apache_conf }}"