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:
parent
ba874673f6
commit
ae34a2009a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue