From 31ae64845cf618fa7449f5eec5a80ebb2cb06298 Mon Sep 17 00:00:00 2001 From: Simone Soldateschi Date: Fri, 22 Jan 2016 11:13:18 +1100 Subject: [PATCH] Fix path to available Apache mods --- tasks/configure-Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure-Debian.yml b/tasks/configure-Debian.yml index 8a3abfe..940e328 100644 --- a/tasks/configure-Debian.yml +++ b/tasks/configure-Debian.yml @@ -10,7 +10,7 @@ - name: Enable Apache mods. file: - src: "{{ apache_server_root }}/mods-available/{{ item }}" + src: "{{ apache_server_root }}/mods-available/{{ item }}.load" dest: "{{ apache_server_root }}/mods-enabled/{{ item }}" state: link with_items: apache_mods_enabled