From a2fab25bce802189df168b22535b834cbe94de8c Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 16 Mar 2015 09:26:31 -0500 Subject: [PATCH] Install packages for rhel 7 in the common role This also added some tags so that we can filter the tasks that get ran when executing the playbook. Signed-off-by: Andrew Schoen --- roles/common/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/defaults/main.yml b/roles/common/defaults/main.yml index 90eef37f..fde3009f 100644 --- a/roles/common/defaults/main.yml +++ b/roles/common/defaults/main.yml @@ -17,7 +17,7 @@ common_yum_repos: baseurl: http://apt-mirror.front.sepia.ceph.com/rhel7repo/extras enabled: 1 gpgcheck: 0 - rhel7-fcgi-ceph: + rhel-7-fcgi-ceph: name: RHEL 7 Local fastcgi Repo baseurl: http://gitbuilder.ceph.com/mod_fastcgi-rpm-rhel7-x86_64-basic/ref/master/ enabled: 1 -- 2.47.3