Преглед изворни кода

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…
Откажи
Сачувај