mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
Add the postgresql handler to anitya_backend
This commit is contained in:
3
roles/anitya/backend/handlers/main.yml
Normal file
3
roles/anitya/backend/handlers/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: restart postgresql
|
||||
service: name=postgresql state=restarted
|
||||
Reference in New Issue
Block a user