From 9b0ce64fe235705e237bc4b476ecc0ad602d67a8 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 6 Mar 2017 09:15:27 -0600 Subject: [PATCH] Remove EPEL installation on RabbitMQ The RDO repository has all of the necessary packages for RabbitMQ and EPEL should not be used. Related-bug: 1670012 Change-Id: Ic964b3662218362b63708cdc54e49968fb346281 --- tasks/install_yum.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tasks/install_yum.yml b/tasks/install_yum.yml index 5a8a33a3..1e7deabb 100644 --- a/tasks/install_yum.yml +++ b/tasks/install_yum.yml @@ -13,14 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -- name: Install epel-release package - yum: - name: epel-release - state: present - update_cache: yes - tags: - - rabbitmq-yum-packages - - name: Add rabbitmq gpg-keys rpm_key: state: present