TASK [opitzconsulting.ansible_oracle.oradb_manage_grants : Manage role grants (pdb)] **
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TypeError: '>' not supported between instances of 'tuple' and 'int'
Seems like a similar issue as mentioned before for ansible-oracle-modules in #174, #175 and #176 :
Files for the following modules contain "if result > 0" or "if result [0] > 0" or if result [0][0] > 0"
TASK [opitzconsulting.ansible_oracle.oradb_manage_grants : Manage role grants (pdb)] ** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TypeError: '>' not supported between instances of 'tuple' and 'int'
Seems like a similar issue as mentioned before for ansible-oracle-modules in #174, #175 and #176 :
Files for the following modules contain "if result > 0" or "if result [0] > 0" or if result [0][0] > 0"
oracle_grants.py oracle_directory.py oracle_user.py
oracle_role.py oracle_profile.py oracle_asmdg.py oracle_asmvol.py
Should be "if result" instead.
Best regards, Matthias.