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:
parent
93160e01dd
commit
9b0ce64fe2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user