drop copr repo here on bodhi hosts

This commit is contained in:
Kevin Fenzi 2016-09-08 18:27:00 +00:00
parent 1391a4c502
commit 44e9449084

View file

@ -2,18 +2,6 @@
# tasklist for setting up bodhi
# This is the base set of files needed for bodhi
- name: setup the bodhi2 copr repo
copy: >
src="bowlofeggs-bodhi-epel-7.repo"
dest="/etc/yum.repos.d/bowlofeggs-bodhi-epel-7.repo"
owner=root
group=root
mode=0644
tags:
- config
- bodhi
when: ansible_distribution_major_version|int == 7
- name: install needed packages
package: pkg={{ item }} state=present
with_items: