From 756dc388bedf97b68449e919a6730788f730c7b8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 16 Jul 2026 14:39:19 +0200 Subject: Refactor pve cgit to use generic proxy This is refactoring the PoC for deploying cgit on pve, to now move to a more standard deployment with dedicated agnonstic proxy role/container --- roles/nginx/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/nginx/handlers') diff --git a/roles/nginx/handlers/main.yml b/roles/nginx/handlers/main.yml index f7c0adc8..cb84a8ce 100644 --- a/roles/nginx/handlers/main.yml +++ b/roles/nginx/handlers/main.yml @@ -1,6 +1,6 @@ --- - name: "Restart nginx" become: true - ansible.builtin.systemd_service: + ansible.builtin.service: name: "nginx" state: "restarted" -- cgit v1.2.3