From c5d3ca4bfdb96a9570e140995b5ba238af6cc020 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 27 Aug 2017 20:04:04 +0000 Subject: [PATCH] No need for this now that it has been run once. --- roles/bodhi2/backend/tasks/main.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index fabe2c6f85..f70d62092b 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -180,34 +180,6 @@ - bodhi - cron - -- name: stop the unused fedwatch - service: name=fedwatch enabled=no state=stopped - when: inventory_hostname.startswith('bodhi-backend01') and env == "production" - tags: - - bodhi - - fedwatch - -- name: Remove old unused fedwatch package. - package: pkg=fedwatch state=absent - tags: - - bodhi - - fedwatch - -- name: Remove old unused fedwatch files. - file: path={{item}} state=absent - with_items: - - /usr/lib/systemd/system/fedwatch.service.d/fedwatch.conf - - /usr/lib/systemd/system/fedwatch.service.d/ - - /etc/fedwatch.conf - - /etc/fedwatch.d/ - when: inventory_hostname.startswith('bodhi-backend01') and env == "production" - notify: - - reload systemd - tags: - - bodhi - - fedwatch - - name: put the koji sync listener script in place copy: src: koji-sync-listener.py