Hi,
I am using ansible to provide read/select access to user and it is working but the user is not able to access or run select to future objects means they can't access the tables created after user creation.How to use alter default privilege here. This is I am using:
- database: sfadmin_lab
grant_option: no
objs: ALL_IN_SCHEMA
state: present
privs: select
type: table