beaker yum repo config is in beaker/base now

This commit is contained in:
Tim Flink 2015-05-14 17:37:28 +00:00
parent 5637e6a34b
commit d544d05f71
2 changed files with 0 additions and 23 deletions

View file

@ -2,17 +2,6 @@
# This is a beaker_labcontroller role.
#
---
- name: put beaker server repos on Rhel systems
action: copy src="{{ item }}" dest="/etc/yum.repos.d/{{ item }}"
with_items:
- beaker-server-rhel.repo
when: ansible_distribution == 'RedHat'
- name: put beaker server repos on Fedora systems
action: copy src="{{ item }}" dest="/etc/yum.repos.d/{{ item }}"
with_items:
- beaker-server-fedora.repo
when: ansible_distribution == 'Fedora'
- name: install beaker-lab-controller package
yum: name=beaker-lab-controller state=present