mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
adding missing package for phabricator, restarting daemons on config change
This commit is contained in:
7
roles/phabricator/handlers/main.yml
Normal file
7
roles/phabricator/handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
##########################################################
|
||||
# Handlers for restarting services specific to phabricator
|
||||
#
|
||||
|
||||
- name: restart phd
|
||||
action: service name=phd state=restarted
|
||||
|
||||
@@ -63,6 +63,8 @@
|
||||
|
||||
- name: copy phabricator configuration settings
|
||||
template: src=local.json.j2 dest={{ phabroot }}/phabricator/conf/local/local.json owner=apache group=apache mode=0644
|
||||
notify:
|
||||
- restart phd
|
||||
|
||||
# this isn't well supported upstream right now, disabling
|
||||
#- name: generate chatbot config
|
||||
|
||||
Reference in New Issue
Block a user