From 4c8331afb696a73805e5d9576e91b1fd701b67b3 Mon Sep 17 00:00:00 2001 From: Stephane Armanet <stephanearmanet@esss.lu.se> Date: Wed, 10 Apr 2019 10:43:09 +0200 Subject: [PATCH] lint cleanup --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 0dcc5d2..78356b7 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -9,7 +9,7 @@ ignore_errors: true - name: setup_sophos - command: "/opt/sophos-av/bin/savconfig set {{ item.key }} {{ item.value}}" + command: "/opt/sophos-av/bin/savconfig set {{ item.key }} {{ item.value }}" with_items: - { key: 'AutomaticAction', value: 'delete' } - { key: 'ScanArchives', value: 'enabled' } -- GitLab