mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Define the restart handler in a role to see if it will work.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
config = {
|
||||
|
||||
# We need to tell the fedmsg-hub that it should load our consumer on start.
|
||||
"fedmsg.consumers.badges.enabled": True,
|
||||
|
||||
|
||||
2
roles/fedmsg-hub/handlers/main.yml
Normal file
2
roles/fedmsg-hub/handlers/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- name: restart fedmsg-hub
|
||||
action: service name=fedmsg-hub state=restarted
|
||||
Reference in New Issue
Block a user