Add apache restart handler

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-31 12:56:07 +01:00
parent 94d774b5b1
commit 80dc46acc0

View file

@ -0,0 +1,6 @@
---
- name: apache restart
service:
name: apache2
state: restarted