- name: "Setup ClamAV Service Group" group: name: clamav state: present - name: "Setup ClamAV Service User" user: name: clamav comment: ClamAV Service Account shell: /bin/false group: clamav