Procházet zdrojové kódy

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

Couple issues with OpenDMARC on Debian 7:
Alex Payne před 9 roky
rodič
revize
6d3c847253
1 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. 5
    2
      roles/mailserver/tasks/dmarc.yml

+ 5
- 2
roles/mailserver/tasks/dmarc.yml Zobrazit soubor

@@ -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…
Zrušit
Uložit