mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-05 01:20:18 +01:00
Fix path to available Apache mods
This commit is contained in:
parent
4e1dc8434a
commit
31ae64845c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- name: Enable Apache mods.
|
- name: Enable Apache mods.
|
||||||
file:
|
file:
|
||||||
src: "{{ apache_server_root }}/mods-available/{{ item }}"
|
src: "{{ apache_server_root }}/mods-available/{{ item }}.load"
|
||||||
dest: "{{ apache_server_root }}/mods-enabled/{{ item }}"
|
dest: "{{ apache_server_root }}/mods-enabled/{{ item }}"
|
||||||
state: link
|
state: link
|
||||||
with_items: apache_mods_enabled
|
with_items: apache_mods_enabled
|
||||||
|
|
Loading…
Reference in a new issue