---
- hosts:
    - localhost

  become: yes

  tasks:
    - name: Install passlib
      package:
        name: py38-passlib
        state: present

- hosts:
    - mail

  become: yes

  roles:
    - dovecot
    - rspamd
    - postfix
    - mlmmj