summaryrefslogtreecommitdiffstats
path: root/roles/cgit/handlers/main.yml
diff options
context:
space:
mode:
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