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
This commit is contained in:
Major Hayden 2017-03-06 09:15:27 -06:00
parent 93160e01dd
commit 9b0ce64fe2
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1

View File

@ -13,14 +13,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 - name: Add rabbitmq gpg-keys
rpm_key: rpm_key:
state: present state: present