Currently, we’re running this command to alter the owner of the public schema
/usr/bin/psql -d {{ item.db }} -c "alter schema public owner to {{ item.user }}"
Is this possible to do with the postgresql_privs or postgresql_db module?
Currently, we’re running this command to alter the owner of the public schema
/usr/bin/psql -d {{ item.db }} -c "alter schema public owner to {{ item.user }}"
Is this possible to do with the postgresql_privs or postgresql_db module?