aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/web/handlers/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/roles/web/handlers/main.yaml')
-rw-r--r--infrastructure/roles/web/handlers/main.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/infrastructure/roles/web/handlers/main.yaml b/infrastructure/roles/web/handlers/main.yaml
new file mode 100644
index 0000000..73ed47a
--- /dev/null
+++ b/infrastructure/roles/web/handlers/main.yaml
@@ -0,0 +1,4 @@
+- name: restart web
+ ansible.builtin.service:
+ name: apache2
+ state: restarted