From 7b5ab455f12f2960cc20d52c26c868d3270eb420 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 12 Dec 2017 20:46:30 +0000 Subject: [PATCH] Remove some mash stuff Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/tasks/main.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index d7afa9bbfc..fcc0fa9227 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -16,7 +16,6 @@ package: name={{ item }} state=present with_items: - mock - - mash - fedmsg-hub - fedmsg-relay - python-mock @@ -450,17 +449,6 @@ - fedmsgmonitor - bodhi -- name: install our atomic composer config - template: > - src=atomic-config.py.j2 - dest=/usr/lib/python2.7/site-packages/fedmsg_atomic_composer/config.py - owner=apache - mode=0644 - tags: - - config - - bodhi - - atomic - - name: ensure apache is disabled on the backend service: name=httpd enabled=no state=stopped tags: @@ -484,13 +472,3 @@ tags: - config - bodhi - -#- name: have apache own /mnt/koji/mash/updates -# file: path=/mnt/koji/mash/updates state=directory recurse=yes owner=apache group=apache -# tags: -# - bodhi -# -#- name: have apache own /mnt/koji/mash/atomic -# file: path=/mnt/koji/mash/atomic state=directory recurse=yes owner=apache group=apache -# tags: -# - bodhi