mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
loopabull: add rhosp13 repo to install newer rabbitmq.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
c045053e9b
commit
0b1d18bcce
@@ -1,6 +1,11 @@
|
||||
---
|
||||
# tasks file for loopabull
|
||||
|
||||
- name: Install RHOSP13 repo file
|
||||
copy: src="{{ files }}/newcloud/rhos13.repo" dest=/etc/yum.repos.d/rhos13.repo
|
||||
tags:
|
||||
- loopabull
|
||||
|
||||
- name: Install required packages
|
||||
package: name="{{ item }}" state=present
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user