oravirt / ansible-oracle-modules

Oracle modules for Ansible
MIT License
214 stars 160 forks source link

oracle_tablespace: module object not handed over to drop_tablespace() #164

Open jschampera opened 3 years ago

jschampera commented 3 years ago

oracle_tablespace:654

Interface for drop_tablespace() should read drop_tablespace(module, msg, cursor, tablespace) instead of drop_tablespace(msg, cursor, tablespace)

(all calls in the file should be adjusted, of course)