Render templates, dont copy file

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

View File

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