소스 검색

Merge pull request #407 from hippich/opendmarc-upgrade-problem

Couple issues with OpenDMARC on Debian 7:
Alex Payne 9 년 전
부모
커밋
6d3c847253
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5
    2
      roles/mailserver/tasks/dmarc.yml

+ 5
- 2
roles/mailserver/tasks/dmarc.yml 파일 보기

@@ -1,5 +1,8 @@
1
-- name: Install OpenDMARC milter
2
-  apt: pkg=opendmarc state=installed update_cache=yes
1
+- name: Install OpenDMARC milter and related packages
2
+  apt: pkg={{ item }} state=installed update_cache=yes
3
+  with_items:
4
+      - python-mysqldb
5
+      - opendmarc
3 6
 
4 7
 - name: Copy OpenDMARC configuration file into place
5 8
   template: src=etc_opendmarc.conf.j2 dest=/etc/opendmarc.conf owner=root group=root

Loading…
취소
저장