summaryrefslogtreecommitdiff
path: root/roles/phabricator/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/phabricator/handlers/main.yml')
-rw-r--r--roles/phabricator/handlers/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/phabricator/handlers/main.yml b/roles/phabricator/handlers/main.yml
index ed6fede8..dd625718 100644
--- a/roles/phabricator/handlers/main.yml
+++ b/roles/phabricator/handlers/main.yml
@@ -1,3 +1,10 @@
---
- name: configure-phabricator
import_tasks: config.yml
+
+- name: systemctl-enable-phd
+ systemd:
+ daemon_reload: yes
+ enabled: yes
+ name: phd
+ state: started