1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update nginx.yml

This commit is contained in:
Blondel MONDESIR 2021-05-04 11:21:01 -04:00 committed by GitHub
parent ae34a2009a
commit 974b221a87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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