From d3cb7d3f393a1a0088e2da57da500c93a0220459 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 7 Jul 2026 17:13:55 +0200 Subject: Add cgit role with testing of molecule service --- roles/cgit/handlers/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/cgit/handlers/main.yml (limited to 'roles/cgit/handlers') diff --git a/roles/cgit/handlers/main.yml b/roles/cgit/handlers/main.yml new file mode 100644 index 00000000..d4481590 --- /dev/null +++ b/roles/cgit/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: "Restart nginx" + become: true + ansible.builtin.service: + name: nginx + state: restarted -- cgit v1.2.3