From d5ffc62bca32334cb5fd432c07305526d56255ca Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 30 Nov 2021 10:55:41 +0100 Subject: [PATCH] mise au point --- tco.apache/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tco.apache/tasks/main.yml b/tco.apache/tasks/main.yml index 2701ec6..cb5a165 100644 --- a/tco.apache/tasks/main.yml +++ b/tco.apache/tasks/main.yml @@ -33,7 +33,7 @@ state: directory - name: create index file - copy: - src: index.html + template: + src: index.txt dest: /var/www/html/orsys.fr/index.html - mode: 0644 tasks file for tco.apache \ No newline at end of file + mode: 0644 \ No newline at end of file