adding missing package for phabricator, restarting daemons on config change
This commit is contained in:
parent
a55c747143
commit
94bcdcfe28
2 changed files with 9 additions and 0 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue