From 6b711b65352b80f48c4c3390f8285ba359c106dd Mon Sep 17 00:00:00 2001 From: "tommaso.piccioli" Date: Mon, 6 Jun 2016 17:04:01 +0200 Subject: [PATCH] munin IP entry fixed --- ubuntu-deb-general/tasks/munin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu-deb-general/tasks/munin.yml b/ubuntu-deb-general/tasks/munin.yml index b5ee4db..8e2552d 100644 --- a/ubuntu-deb-general/tasks/munin.yml +++ b/ubuntu-deb-general/tasks/munin.yml @@ -9,9 +9,9 @@ - name: munin-node ACLs lineinfile: name=/etc/munin/munin-node.conf line={{ item }} with_items: - - '"allow ^146\.48\.87\.88$"' - - '"allow ^146\.48\.122\.15$"' - - '"allow ^146\.48\.123\.23$"' + - 'allow ^146\.48\.87\.88$' + - 'allow ^146\.48\.122\.15$' + - 'allow ^146\.48\.123\.23$' register: munin_config tags: - munin