Merge remote-tracking branch 'origin/webserver-apache2-mods-yml'

This commit is contained in:
Ubergeek 2018-12-23 18:15:43 +00:00
commit 2f9fc35091
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Enable or disable apache2 mods
---
- name: userdir
apache2_module:
name: userdir
state: present
- name: ssl
apache2_module:
name: ssl
state: present