--- - hosts: - localhost become: yes tasks: - name: Install passlib package: name: py39-passlib state: present - hosts: - mail become: yes roles: - dovecot - rspamd - postfix - mlmmj