diff --git a/roles/common/tasks/samba-config-server.yml b/roles/common/tasks/samba-config-server.yml index a554101..b1c35dc 100644 --- a/roles/common/tasks/samba-config-server.yml +++ b/roles/common/tasks/samba-config-server.yml @@ -204,7 +204,9 @@ owner: root group: root mode: "0644" - notify: Reload AppArmor profile clamd + notify: + - Reload AppArmor profile clamd + - Restart clamav-daemon when: - inventory_hostname in groups['samba_server'] - samba_shares | selectattr('vfs_object_virusfilter', 'defined') |