From 22988554510dd5d76df4037cebe8e6662f4dbc61 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 17 Jul 2026 15:40:22 +0200 Subject: Refactor proxy setup on cgit to simplify setup --- roles/cgit/handlers/main.yml | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'roles/cgit/handlers/main.yml') 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 -- cgit v1.2.3