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 }}