Re: [ansible-project] Error using state: absent in oracle_grant module

2020-01-29 Thread Anand Solomon
Thanks very much. On Tuesday, January 28, 2020 at 11:03:26 AM UTC-5, Dick Visser wrote: > > Hi Anand > > As I told you (twice) before, those oracle modules are NOT part of the > ansible distribution. Please get support with the authors of those modules. > I see that you’ve done that: > >

Re: [ansible-project] Error using state: absent in oracle_grant module

2020-01-28 Thread Dick Visser
Hi Anand As I told you (twice) before, those oracle modules are NOT part of the ansible distribution. Please get support with the authors of those modules. I see that you’ve done that: https://github.com/oravirt/ansible-oracle-modules/issues So, please don’t cross post questions regarding those

[ansible-project] Error using state: absent in oracle_grant module

2020-01-28 Thread Anand Solomon
Hi, I am running the below playbook and I am getting errors when having 'state: absent', but when I have 'present', it works fine. tasks: - name: This playbook will create the user. oracle_grants: user: "{{user}}" password: "{{password}}"