From 17868d8e2448ec0f54b47af47a6ea62dcec3c648 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Mon, 18 Nov 2019 11:29:59 -0600 Subject: [PATCH] correct } --- roles/munin/tasks/enable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/munin/tasks/enable.yml b/roles/munin/tasks/enable.yml index 90f5dec4d..e47e59b1e 100644 --- a/roles/munin/tasks/enable.yml +++ b/roles/munin/tasks/enable.yml @@ -47,7 +47,7 @@ group: root mode: 0644 with_items: - - { src: 'munin24-nginx.conf.j2', dest: '/etc/nginx/conf.d/munin24-nginx.conf + - { src: 'munin24-nginx.conf.j2', dest: '/etc/nginx/conf.d/munin24-nginx.conf' } when: munin_enabled | bool and nginx_enabled | bool - name: Add 'munin' variable values to {{ iiab_ini_file }}