forked from Netz39_Admin/netz39-infra-ansible
Fix linter warnings in apache role
This commit is contained in:
parent
640f8296d3
commit
ba9f9d0019
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- apache2
|
- apache2
|
||||||
state: latest
|
state: present
|
||||||
|
|
||||||
- name: Ensure necessary modules are enabled
|
- name: Ensure necessary modules are enabled
|
||||||
apache2_module:
|
apache2_module:
|
||||||
|
|
Loading…
Reference in a new issue