Skip to content
Snippets Groups Projects
Commit 159f0a5d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: cleanup unused code

parent 8835b09e
No related branches found
No related tags found
No related merge requests found
......@@ -192,14 +192,6 @@
- ( ansible_os_family == "RedHat" )
- ( clamd_unit.stat.exists )
#- name: copy systemd service
# ansible.builtin.copy:
# src: "/usr/lib/systemd/system/clamd@.service"
# dest: "/etc/systemd/system/"
# mode: "0644"
# remote_src: true
# when: ansible_os_family == "RedHat"
- name: enable ClamD systemd service
ansible.builtin.systemd:
service: "clamd@scan.service"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment