apache: Initial version of module

This commit is contained in:
Timo Makinen 2020-08-28 09:52:02 +00:00
parent 677db41af0
commit 480822619d
5 changed files with 134 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart apache
service:
name: httpd
state: restarted