mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update munin/tasks/nginx.yml
This commit is contained in:
parent
ef46a9dfe5
commit
b907f5aa1c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
template:
|
||||
src: munin24-nginx.conf.j2
|
||||
dest: "{{ nginx_conf_dir }}/munin24-nginx.conf" # /etc/nginx/conf.d
|
||||
when: munin_enabled
|
||||
when: munin_enabled | bool
|
||||
|
||||
- name: Disable http://box/munin via NGINX, by installing {{ nginx_conf_dir }}/munin24-nginx.conf
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue