loopabull: add rhosp13 repo to install newer rabbitmq.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c045053e9b
commit
0b1d18bcce
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue