From 16f55802cd9e09f4ea30b5d20c867f62f6e031bc Mon Sep 17 00:00:00 2001 From: Naglfar Date: Wed, 16 Jun 2021 16:30:03 +0200 Subject: [PATCH] Fix Syntax Error --- roles/shell/tasks/znc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/shell/tasks/znc.yml b/roles/shell/tasks/znc.yml index 1e1c24d..be14f47 100644 --- a/roles/shell/tasks/znc.yml +++ b/roles/shell/tasks/znc.yml @@ -50,9 +50,9 @@ # ZNC reply with the name of the user that initiated the connection. user "znc" { - default - { + default + { allow spoof allow spoof_all - } + } }