diff --git a/handlers/main.yml b/handlers/main.yml index 0dcc5d2ec2678044771cafe7b6ba4c075174f240..78356b7bff46aca15db08b083d970998a9754fd0 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' }