diff --git a/roles/cups/tasks/nginx.yml b/roles/cups/tasks/nginx.yml index f1fb802b1..3c10ada76 100644 --- a/roles/cups/tasks/nginx.yml +++ b/roles/cups/tasks/nginx.yml @@ -1,6 +1,6 @@ - name: Enable http://box/print via NGINX, by installing {{ nginx_conf_dir }}/cups.conf from template template: - src: cups.conf + src: cups.conf.j2 dest: "{{ nginx_conf_dir }}/cups.conf" # /etc/nginx/conf.d when: cups_enabled