summaryrefslogtreecommitdiffstats
path: root/roles/mtaserver/tasks/pkgs.yml
blob: d9f626338096ca0ec836446d1015b4c7549f4b70 (plain)
1
2
3
4
5
6
7
8
9
10
- name: Installation des paquets
  package:
    name: "{{ item }}"
    state: present
  with_items:
    - postfix
    - cyrus-sasl
    - cyrus-sasl-plain
    - pypolicyd-spf
    - opendkim