Dear All
Am trying to install Oracle Database 12.1.0.2 on a target host, using a ansible script on Ansible Master server.
On the target host ‘oracle’ OS user has the correct groups:
$ id oracle
uid=101(oracle) gid=204(oinstall) groups=205(dba),204(oinstall)
But the ansible script is failing with error :
[FATAL] [INS-35341] The installation user is not a member of the following groups: [dba, dba, dba, dba]