From f76b5bcaef1f32998488fc07121675be60b23d4e Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 13 Jan 2020 20:04:49 +0100 Subject: [PATCH] optimisation --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 4fa98eb..63d3ab4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -32,6 +32,7 @@ - import_tasks: vhosts.yml # Nginx setup. + - name: Copy nginx configuration in place. template: src: "{{ nginx_conf_template }}"