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/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/nginx/tasks') diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yml index e37e51f1..e9095dcc 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yml @@ -4,7 +4,7 @@ - name: "Stop and disable caddy" become: true - ansible.builtin.systemd_service: + ansible.builtin.service: name: "caddy" state: "stopped" enabled: false @@ -94,7 +94,7 @@ - name: "Start and enable nginx" become: true - ansible.builtin.systemd_service: + ansible.builtin.service: name: "nginx" state: "started" enabled: true -- cgit v1.2.3