--- - name: restart freshclam service: name=freshclam state=restarted - name: restart clamd service: name=clamd state={{ clam_enable_clamd | ternary('restarted','stopped') }} - name: systemd-tmpfiles command: systemd-tmpfiles --create