Removes extra steps for autocloud-backend

This commit is contained in:
Kushal Das 2016-06-27 17:48:12 +00:00
parent 07daeca6ce
commit 38ec6283e7

View file

@ -26,12 +26,6 @@
- autocloud
- autocloud/backend
- name: Run createports.py, but only if we never have done so.
command: python /usr/share/tunir/createports.py
when: tunirports.stdout.find('tunirports') == -1
tags:
- autocloud
- autocloud/backend
- name: copy autocloud backend configuration
template: >
@ -59,20 +53,6 @@
- autocloud
- autocloud/backend
#
# install koji build fedmsg hotfix
# See issue https://github.com/kushaldas/autocloud/issues/34
#
- name: hotfix - copy over consumer for autocloud
copy: src="{{ files }}/hotfix/autocloud/consumer.py" dest=/usr/lib/python2.7/site-packages/autocloud
owner=root group=root mode=0644
notify:
- restart fedmsg-hub
tags:
- autocloud
- hotfix
- autocloud/backend
- name: install vagrant-libvirt for the libvirt host
dnf: pkg={{ item }} state=present
with_items: