aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git/handlers/main.yml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-04-10 00:39:47 -0400
committerbnewbold <bnewbold@robocracy.org>2016-04-10 01:41:12 -0400
commit8e24c71b16c55752a4cdbf37748b57317d5abbfd (patch)
tree17d90a9dd822b705078a2c318c271df2298d2b05 /roles/git/handlers/main.yml
parent1495cb21f26faa0fa1e17e92e601b8e5b6ac785b (diff)
downloadinfra-8e24c71b16c55752a4cdbf37748b57317d5abbfd.tar.gz
infra-8e24c71b16c55752a4cdbf37748b57317d5abbfd.zip
git: add git-daemon config
Diffstat (limited to 'roles/git/handlers/main.yml')
-rw-r--r--roles/git/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/git/handlers/main.yml b/roles/git/handlers/main.yml
new file mode 100644
index 0000000..bc100db
--- /dev/null
+++ b/roles/git/handlers/main.yml
@@ -0,0 +1,6 @@
+---
+- name: fcgiwrap restart
+ service: name=fcgiwrap state=restarted enabled=yes
+
+- name: git-daemon restart
+ service: name=git-daemon state=restarted enabled=yes