From d8b0c86d3d41c3886434f03487e15c05fb0a9746 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 23 Sep 2020 22:38:15 +0200 Subject: [PATCH] Fix: good dest for root_index --- tasks/lamp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/lamp.yml b/tasks/lamp.yml index fca35bc..469b0a2 100644 --- a/tasks/lamp.yml +++ b/tasks/lamp.yml @@ -66,7 +66,7 @@ - name: Sets Up Index page template: src: "files/index.html.j2" - dest: "/var/www/{{ http_host }}/info.php" + dest: "/var/www/{{ http_host }}/index.html" vars: name: "la SNT"