aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/web/handlers/main.yaml
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-10-11 13:51:20 +0200
committeralex <alex@pdp7.net>2025-10-11 13:51:20 +0200
commit6915da790011815ffb0f80d0708665e7dc3accb7 (patch)
tree980179cdfd37467323760caa67c630b0c789d651 /infrastructure/roles/web/handlers/main.yaml
parentca6fa08ffb491f5f41f53544af5ae8bd94f64565 (diff)
Add https web
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