mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
ODCS: Make sure Python2 fedmsg-hub is not running.
This commit is contained in:
@@ -7,6 +7,14 @@
|
||||
- packages
|
||||
- odcs
|
||||
- odcs/backend
|
||||
- name: Make sure Python2 fedmsg-hub isn't running.
|
||||
service:
|
||||
name: fedmsg-hub
|
||||
state: stopped
|
||||
enabled: false
|
||||
tags:
|
||||
- odcs
|
||||
- odcs/backend
|
||||
- name: Make sure httpd isn't running.
|
||||
service:
|
||||
name: httpd
|
||||
|
||||
Reference in New Issue
Block a user