Merge branch 'apache2-mods-yml' of thunix/ansible into master

This commit is contained in:
ubergeek 2018-12-22 21:47:37 -05:00 committed by Gitea
commit 7065a42792
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -3,3 +3,4 @@
- include: packages.yml
- include: users.yml
- include: apache2-mods.yml