diff options
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 |
