mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Merge branch 'apache2-mods-yml' of thunix/ansible into master
This commit is contained in:
6
roles/shell/tasks/apache2-mods.yml
Normal file
6
roles/shell/tasks/apache2-mods.yml
Normal file
@@ -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: users.yml
|
||||
- include: apache2-mods.yml
|
||||
|
||||
Reference in New Issue
Block a user