Fix var naming

pull/1/head
Georg Krause 2021-03-25 15:03:13 +01:00
parent 47d4d919f5
commit b591ac8e2e
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -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