Merge branch 'apache2-mods-yml' of thunix/ansible into master
This commit is contained in:
commit
7065a42792
|
@ -0,0 +1,6 @@
|
||||||
|
# Enable or disable apache2 mods
|
||||||
|
---
|
||||||
|
- name: userdir
|
||||||
|
apache2_module:
|
||||||
|
name: userdir
|
||||||
|
state: present
|
|
@ -3,3 +3,4 @@
|
||||||
|
|
||||||
- include: packages.yml
|
- include: packages.yml
|
||||||
- include: users.yml
|
- include: users.yml
|
||||||
|
- include: apache2-mods.yml
|
||||||
|
|
Loading…
Reference in New Issue