Postgresql_privs module question

Hello there.
I can’t find a way to create default privileges in postgresql with Ansible.

For example:

`
ALTER DEFAULT PRIVILEGES FOR ROLE reader IN SCHEMA public GRANT SELECT ON TABLES TO username

`

Is it possible?