Disable also python2 fedmsg-hub on ODCS backend
This commit is contained in:
parent
fe628668ba
commit
54d289bf23
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@
|
|||
- packages
|
||||
- odcs
|
||||
- odcs/backend
|
||||
- name: Make sure Python fedmsg-hub isn't running.
|
||||
service:
|
||||
name: fedmsg-hub
|
||||
state: stopped
|
||||
enabled: false
|
||||
tags:
|
||||
- odcs
|
||||
- odcs/backend
|
||||
- name: Make sure Python3 fedmsg-hub-3 isn't running.
|
||||
service:
|
||||
name: fedmsg-hub-3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue