summaryrefslogtreecommitdiffstats
path: root/roles/mtaserver/tasks/pkgs.yml
blob: 71fe7cee4f7370f3464bebd97241277bc4a6cc63 (plain)
1
2
3
4
5
6
7
- name: Installation de postfix
  yum: name=postfix state=present
  when: ansible_pkg_mgr == "yum"

- name: Installation de postfix
  dnf: name=postfix state=present
  when: ansible_pkg_mgr == "dnf"