1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Update nginx.yml

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

View file

@ -1,7 +1,7 @@
- name: Enable http://box/print via NGINX, by installing {{ nginx_conf_dir }}/cups.conf from template
template:
src: cups.conf.j2
dest: "{{ nginx_conf_dir }}/cups.conf" # /etc/nginx/conf.d
src: cups.conf
dest: /etc/nginx/conf.d/cups.conf
when: cups_enabled
- name: Disable http://box/print via NGINX, by removing {{ nginx_conf_dir }}/cups.conf