From 6804377ff31077de7e017d3f0bca940b32713c59 Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 14 Mar 2022 17:33:44 +0100 Subject: [PATCH] walk all tree --- roles/server/tasks/utilities/snmpd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/server/tasks/utilities/snmpd.yml b/roles/server/tasks/utilities/snmpd.yml index bed050c..31debd4 100644 --- a/roles/server/tasks/utilities/snmpd.yml +++ b/roles/server/tasks/utilities/snmpd.yml @@ -36,7 +36,7 @@ - name: server | snmpd | setup ACLs lineinfile: path: "/etc/snmp/snmpd.conf" # required. The file to modify. Before Ansible 2.3 this option was only usable as I(dest), I(destfile) and I(name). - line: "rouser {{snmp_user }} authpriv -V systemonly" + line: "rouser {{snmp_user }} authpriv" insertafter: "# SECTION: custom settings" - name: server | snmpd | enable service on all interfaces