File diff f0438c257a99 → 663c02da41b8
roles/mail_server/tasks/main.yml
Show inline comments
 
@@ -273,7 +273,9 @@
 
- name: Wait for ClamAV database to be available (up to 10 minutes)
 
  when: not item.stat.exists
 
  with_items: "{{ clamav_db_files.results }}"
 
  wait_for: path="{{ item.item | replace('.cld', '.cvd') }}" timeout=600
 
  wait_for:
 
    path: "{{ item.item | replace('.cld', '.cvd') }}"
 
    timeout: 600
 

	
 
- name: Enable ClamAV daemon and milter services
 
  service:
 
@@ -283,6 +285,12 @@
 
    - clamav-daemon
 
    - clamav-milter
 

	
 
# It may take ClamAV a while to read all the necessary database files etc.
 
- name: Wait for ClamAV to become available (up to 5 minutes)
 
  wait_for:
 
    path: "/var/run/clamav/clamd.ctl"
 
    timeout: 300
 

	
 
- name: Enable Postfix service
 
  service:
 
    name: postfix