Add apache configuration tasks
This commit is contained in:
parent
1dff8396d7
commit
ba0a279b4f
4 changed files with 49 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
---
|
||||
# handlers file for .
|
||||
- name: Reload apache2
|
||||
ansible.builtin.service:
|
||||
name: apache2
|
||||
state: reloaded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue