No need for this now that it has been run once.
This commit is contained in:
parent
ad28cd5c36
commit
c5d3ca4bfd
1 changed files with 0 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue