summaryrefslogtreecommitdiffstats
path: root/roles/cgit/handlers/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-17 15:40:22 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-17 15:40:22 +0200
commit22988554510dd5d76df4037cebe8e6662f4dbc61 (patch)
tree9e2994f0d87d8b88886e913882ee47ab133d210c /roles/cgit/handlers/main.yml
parent92ba528a34337b59408e41b124aafc8946439feb (diff)
Refactor proxy setup on cgit to simplify setup
Diffstat (limited to 'roles/cgit/handlers/main.yml')
-rw-r--r--roles/cgit/handlers/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/cgit/handlers/main.yml b/roles/cgit/handlers/main.yml
index 52ffdbee..516733f7 100644
--- a/roles/cgit/handlers/main.yml
+++ b/roles/cgit/handlers/main.yml
@@ -4,17 +4,3 @@
ansible.builtin.service:
name: lighttpd
state: restarted
-
-- name: "Restart caddy"
- become: true
- delegate_to: "{{ cgit_proxy_host }}"
- ansible.builtin.service:
- name: caddy
- state: restarted
-
-- name: "Restart nginx"
- become: true
- delegate_to: "{{ cgit_proxy_host }}"
- ansible.builtin.service:
- name: nginx
- state: restarted