Add apache configuration tasks

This commit is contained in:
phil 2023-08-16 20:51:05 +02:00
parent 1dff8396d7
commit ba0a279b4f
4 changed files with 49 additions and 1 deletions

View file

@ -1,2 +1,5 @@
---
# handlers file for .
- name: Reload apache2
ansible.builtin.service:
name: apache2
state: reloaded