Commit 28e8b50b by nadeemshahzad

fixes

parent 8941a468
...@@ -42,6 +42,16 @@ ...@@ -42,6 +42,16 @@
- "{{ antivirus_app_dir }}" - "{{ antivirus_app_dir }}"
- "{{ antivirus_app_dir }}/data" - "{{ antivirus_app_dir }}/data"
- "{{ antivirus_log_dir }}" - "{{ antivirus_log_dir }}"
when: ANTIVIRUS_S3_BUCKETS_SCAN or ANTIVIRUS_SERVER_SCAN
- name: Ensure the clamav.log file exists
file:
path: "{{ antivirus_log_dir }}/clamav.log"
state: touch
owner: "{{ antivirus_user }}"
group: "{{ antivirus_user }}"
mode: "0644"
when: ANTIVIRUS_S3_BUCKETS_SCAN or ANTIVIRUS_SERVER_SCAN
- name: install antivirus s3 scanner script - name: install antivirus s3 scanner script
template: template:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment