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:09:32 -04:00 committed by GitHub
parent 5f8514af77
commit 374e0ad3ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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