oravirt / ansible-oracle-modules

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

oracle_opatch: Changed check against owner in oracle_opatch #102

Closed Rendanic closed 5 years ago

Rendanic commented 5 years ago

The executable sqlplus is owned by root in GI 18c. It is changed to the executable oracle which is always owner by the owner of the GI.

This is the bugfix for #101.