From 974b221a87eed014c4bcca5368b56a21d7a3c4d3 Mon Sep 17 00:00:00 2001 From: Blondel MONDESIR <16546989+deldesir@users.noreply.github.com> Date: Tue, 4 May 2021 11:21:01 -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 0e93f08ff..25ee45b8c 100644 --- a/roles/cups/tasks/nginx.yml +++ b/roles/cups/tasks/nginx.yml @@ -6,7 +6,7 @@ - name: Disable http://box/print via NGINX, by removing {{ nginx_conf_dir }}/cups.conf file: - path: "{{ nginx_conf_dir }}/cups.conf" # /etc/nginx/conf.d + path: /etc/nginx/conf.d/cups.conf state: absent when: not cups_enabled