Closed jacekkow closed 4 years ago
It is a good idea to remove the grant option from oracle_user. You get a problem, when grants depends on user who are not existing during the 'create user'. It is better to create all users and execute the grant with a different module at a later time of the plybook executiont.
Hi,
Really sorry about not getting back to you in a timely fashion, but: I removed the grants from oracle_user
because it never should have been there in the first place. There is another module (oracle_grants
) that is better suited to deal with grants.
I don't know why but commit https://github.com/oravirt/ansible-oracle-modules/commit/ebe743447d7ffd71716d078acf7e30512e1238a8#diff-480f28d8e7311aa806640876f6d04ac2L199 ("Lots of changes") effectively made
grants
option oforacle_user
inoperable.This commit re-enables broken functionality.