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.yml6
1 files changed, 6 insertions, 0 deletions
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