From 374e0ad3ee611ea90ba497526e6f7ccb18f1f0f9 Mon Sep 17 00:00:00 2001 From: Blondel MONDESIR <16546989+deldesir@users.noreply.github.com> Date: Tue, 4 May 2021 11:09:32 -0400 Subject: [PATCH] Update nginx.yml --- roles/cups/tasks/nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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