I am using this role to manage the configuration of my Postfix instances on Fedora-based OSes.
My deployment uses ldap as a backend and ldap support in my case is only available via the RPM postfix-ldap, which currently I am making sure to have it installed in the play's pre_tasks. In this case there is a duplication of the dnf modules called, which is not really a big deal, but I would rather have a variable that if set allows the user to specify which packages to install, or if they need ldap support.
I guess it would be useful for other people as well. Is this a planned feature? Otherwise I would happily work on it.