From 6915da790011815ffb0f80d0708665e7dc3accb7 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 11 Oct 2025 13:51:20 +0200 Subject: Add https web --- infrastructure/roles/web/handlers/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 infrastructure/roles/web/handlers/main.yaml (limited to 'infrastructure/roles/web/handlers/main.yaml') 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 -- cgit v1.2.3