diff options
| author | alex <alex@pdp7.net> | 2025-10-11 13:51:20 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2025-10-11 13:51:20 +0200 |
| commit | 6915da790011815ffb0f80d0708665e7dc3accb7 (patch) | |
| tree | 980179cdfd37467323760caa67c630b0c789d651 /infrastructure/roles/web/handlers/main.yaml | |
| parent | ca6fa08ffb491f5f41f53544af5ae8bd94f64565 (diff) | |
Add https web
Diffstat (limited to 'infrastructure/roles/web/handlers/main.yaml')
| -rw-r--r-- | infrastructure/roles/web/handlers/main.yaml | 4 |
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 |
