diff --git a/tasks/main.yml b/tasks/main.yml index 212870e..f58ca08 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -15,7 +15,7 @@ become: yes copy: src: files/nginx.conf - dest: /etc/nginx/conf.d/{{ prometheus_domain }} + dest: /etc/nginx/conf.d/{{ node_exporter_domain }} notify: Check and Reload nginx - name: Install apache2-utils