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