diff --git a/tasks/main.yml b/tasks/main.yml index 8bdd152..b432108 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,7 +13,7 @@ - name: Place reverse proxy conf become: yes - copy: + template: src: files/nginx.conf dest: /etc/nginx/conf.d/{{ node_exporter_domain }}.conf notify: Check and Reload nginx