aboutsummaryrefslogtreecommitdiff
path: root/roles/git/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git/handlers')
-rw-r--r--roles/git/handlers/main.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/git/handlers/main.yaml b/roles/git/handlers/main.yaml
new file mode 100644
index 0000000..3503da0
--- /dev/null
+++ b/roles/git/handlers/main.yaml
@@ -0,0 +1,7 @@
+- name: Restart Git Services
+ ansible.builtin.systemd:
+ name: "{{ item }}"
+ state: restarted
+ loop:
+ - nginx
+ - fcgiwrap@nginx.socket